Problem | hotelhunt_easy |
---|---|
User | Hijackedsoul |
Submission Time | 2024-06-26 22:04:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hotelhunt_easy.cpp: In function ‘int32_t main()’:
hotelhunt_easy.cpp:219:28: error: expected ‘;’ before ‘}’ token
219 | cout << ans_vect.size()
| ^
| ;
220 | }
| ~