Problem ny_mathexam
User AwkUngenially
Submission Time 2025-04-27 13:38:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:7:16: error: expected ‘;’ at end of input
7 | cout << 80*x*x
| ~^
| ;
ny_mathexam.cpp:7:15: error: expected ‘}’ at end of input
7 | cout << 80*x*x
| ^
ny_mathexam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^