Problem nycheer
User vadar2525
Submission Time 2025-06-06 09:32:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nycheer.cpp: In function ‘int main()’:
nycheer.cpp:26:12: error: expected initializer before ‘==’ token
26 | string y == "Nanyang";
| ^~
nycheer.cpp:28:13: error: ‘x’ was not declared in this scope
28 | cout << x << " " << y << '\n';
| ^
nycheer.cpp:28:25: error: ‘y’ was not declared in this scope
28 | cout << x << " " << y << '\n';
| ^