Problem swayingflowers
User Usu
Submission Time 2025-08-08 19:23:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swayingflowers.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:5:5: error: ‘ios_base’ has not been declared
5 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
swayingflowers.cpp:6:5: error: ‘cin’ was not declared in this scope
6 | cin.tie(nullptr);
| ^~~
swayingflowers.cpp:13:2: error: ‘cout’ was not declared in this scope
13 | cout << total;
| ^~~~