Problem topsilver
User wtnetlegend
Submission Time 2026-06-30 09:30:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

topsilver.cpp: In function ‘int main()’:
topsilver.cpp:18:13: error: expected ‘(’ before ‘x’
18 | else if x > y cout << "womp womp";
| ^
| (
topsilver.cpp:19:5: error: ‘else’ without a previous ‘if’
19 | else cout << "lucky";
| ^~~~