Problem | collectmushrooms |
---|---|
User | thatlycheeoolongdrink |
Submission Time | 2024-03-20 15:10:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:48:13: error: expected ‘;’ at end of input
48 | cout
| ~~~~^
| ;
collectmushrooms.cpp:48:9: error: expected ‘}’ at end of input
48 | cout
| ^~~~
collectmushrooms.cpp:41:33: note: to match this ‘{’
41 | for (int i = 0; i < M; i++) {
| ^
collectmushrooms.cpp:48:9: error: expected ‘}’ at end of input
48 | cout
| ^~~~
collectmushrooms.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^