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

Tests(0/0):


Code:

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


Run Info:

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