Problem ny_mathexam
User vadar2525
Submission Time 2025-02-14 16:36:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_mathexam.cpp: In function ‘int main()’:
ny_mathexam.cpp:6:5: error: expected unqualified-id before ‘=’ token
6 | int = r ;
| ^
ny_mathexam.cpp:7:4: error: expected ‘;’ before ‘r’
7 | cin r ;
| ^~
| ;
ny_mathexam.cpp:8:11: error: ‘r’ was not declared in this scope
8 | cout << r + 32000;
| ^