• + 0 comments

    THIS IS MINE:

    const PI = Math.PI, r = parseFloat(readLine());
        
        console.log(PI * r ** 2);
        console.log(2 * PI * r);