Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
87668 赵天瑜 03圆的面积 C++ Compile Error 0 MS 0 KB 92 2024-08-11 10:21:12

Tests(0/0):


Code:

PI=3.1415926 print(1**2*PI) print(3**2*PI) print(5**2*PI) print(7**2*PI) print(9**2*PI)


Run Info:

Main.cc:1:1: error: 'PI' does not name a type
 PI=3.1415926
 ^