| Problem | ny_mathexam |
|---|---|
| User | personjs |
| Submission Time | 2025-01-16 16:30:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:6:28: error: expected ‘;’ before ‘}’ token
6 | printf("%lld", 80 * r * r)
| ^
| ;
7 | }
| ~