Problem exam
User RaphaelTanKaiJie1000
Submission Time 2025-06-16 14:41:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp:14:10: error: stray ‘@’ in program
14 | sum = x@y;
| ^
exam.cpp: In function ‘int main()’:
exam.cpp:13:10: error: ‘y’ was not declared in this scope
13 | cin >> y;
| ^
exam.cpp:14:3: error: ‘sum’ was not declared in this scope
14 | sum = x@y;
| ^~~