Problem | mirrors |
---|---|
User | Shauryaw |
Submission Time | 2025-06-20 16:29:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:14:14: error: expected unqualified-id before ‘[’ token
14 | if (multiset[0] > multiset[1]) + 1 {
| ^
mirrors.cpp:14:36: error: expected ‘;’ before ‘{’ token
14 | if (multiset[0] > multiset[1]) + 1 {
| ^~
| ;
mirrors.cpp:17:7: error: expected ‘;’ before ‘n’
17 | cout n;
| ^~
| ;