Problem ny_mathexam
User NikhilSiddharth67
Submission Time 2026-03-02 16:14:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:9:21: error: expected ‘;’ before ‘}’ token
9 | cout << (4*r)*(r*r)
| ^
| ;
10 |
11 | }
| ~