Problem swayingflowers
User Sirui
Submission Time 2026-08-17 16:21:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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 (){
| ^