Problem | flamethrower |
---|---|
User | ys |
Submission Time | 2025-03-19 14:20:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:17:23: error: expected ‘;’ at end of input
17 | std::cout << trees[1]
| ~^
| ;
flamethrower.cpp:17:22: error: expected ‘}’ at end of input
17 | std::cout << trees[1]
| ^
flamethrower.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^