| Problem | plantingpotatoes2 |
|---|---|
| User | Haocheng |
| Submission Time | 2024-11-19 14:10:29 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
plantingpotatoes2.cpp:13:2: error: expected unqualified-id before ‘while’
13 | while(total>=tax){
| ^~~~~
plantingpotatoes2.cpp:16:2: error: ‘cout’ does not name a type
16 | cout<<total<<'\n';
| ^~~~
plantingpotatoes2.cpp:17:1: error: expected declaration before ‘}’ token
17 | }
| ^