| Problem | flamethrower |
|---|---|
| User | R9q5P8 |
| Submission Time | 2025-10-23 19:32:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
flamethrower.cpp: In function ‘int main()’:
flamethrower.cpp:18:2: error: expected ‘,’ or ‘;’ before ‘int’
18 | int largest = 0;
| ^~~
flamethrower.cpp:29:16: error: ‘largest’ was not declared in this scope
29 | if (total > largest)
| ^~~~~~~
flamethrower.cpp:38:10: error: ‘largest’ was not declared in this scope
38 | cout << largest;
| ^~~~~~~