We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
コマンドライン引数で指定された整数を半径とした円の面積を求めよ。ただし円周率は3.14とする
入力例1
node main.js 3
出力例1
28.26