| Problem | swayingflowers |
|---|---|
| User | Sirui |
| Submission Time | 2026-08-17 16:20:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:16:23: error: expected ‘;’ at end of input
16 | cout << total << "/n"
| ~~~~^
| ;
swayingflowers.cpp:16:19: error: expected ‘}’ at end of input
16 | cout << total << "/n"
| ^~~~
swayingflowers.cpp:4:12: note: to match this ‘{’
4 | int main (){
| ^