Problem swayingflowers
User Fuhrer101
Submission Time 2023-11-10 14:05:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:2:17: error: declaration does not declare anything [-fpermissive]
2 | #define ll long long;
| ^~~~
swayingflowers.cpp:5:2: note: in expansion of macro ‘ll’
5 | ll N, T,counter,item;
| ^~
swayingflowers.cpp:5:5: error: ‘N’ was not declared in this scope
5 | ll N, T,counter,item;
| ^
swayingflowers.cpp:5:8: error: ‘T’ was not declared in this scope
5 | ll N, T,counter,item;
| ^
swayingflowers.cpp:5:10: error: ‘counter’ was not declared in this scope
5 | ll N, T,counter,item;
| ^~~~~~~
swayingflowers.cpp:5:18: error: ‘item’ was not declared in this scope
5 | ll N, T,counter,item;
| ^~~~