Problem general
User personjs
Submission Time 2025-02-18 17:43:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

general.cpp: In function ‘int main()’:
general.cpp:33:21: error: ‘x’ was not declared in this scope
33 | cout << x << '\n';
| ^
general.cpp:38:21: error: ‘y’ was not declared in this scope
38 | cout << y << '\n';
| ^