Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
87667 |
赵天瑜 |
03圆的面积 |
C++ |
Compile Error |
0 MS |
0 KB |
93 |
2024-08-11 10:20:48 |
Tests(0/0):
Code:
PI=3.14159265
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.14159265
^