Problem | wronganswer |
---|---|
User | Ush |
Submission Time | 2024-12-07 09:31:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wronganswer.cpp: In function ‘int main()’:
wronganswer.cpp:15:10: error: expected initializer before ‘!=’ token
15 | if (int c!= d){cout<<d;}
| ^~
wronganswer.cpp:15:10: error: expected ‘)’ before ‘!=’ token
15 | if (int c!= d){cout<<d;}
| ~ ^~
| )