Problem | orz |
---|---|
User | dacashew |
Submission Time | 2024-10-01 20:01:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
orz.cpp: In function ‘void solve()’:
orz.cpp:99:27: error: expected ‘]’ before ‘,’ token
99 | string sweaty["TheRaptor","penguin133","ryangohca"];
| ^
| ]
orz.cpp:99:28: error: expected unqualified-id before string constant
99 | string sweaty["TheRaptor","penguin133","ryangohca"];
| ^~~~~~~~~~~~
orz.cpp:102:8: error: ‘sweaty’ was not declared in this scope
102 | cout<<sweaty[n-1]<<" orz";
| ^~~~~~