Problem | exam |
---|---|
User | RaphaelTanKaiJie1000 |
Submission Time | 2025-06-16 14:42:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~