Problem | swayingflowers |
---|---|
User | G |
Submission Time | 2024-12-04 11:40:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp:1:10: error: missing terminating > character
1 | #include<
| ^
swayingflowers.cpp:1:9: error: empty filename in #include
1 | #include<
| ^
swayingflowers.cpp:2:1: error: ‘ll’ does not name a type
2 | ll t;
| ^~
swayingflowers.cpp:3:1: error: ‘cin’ does not name a type
3 | cin>>t;
| ^~~
swayingflowers.cpp:4:1: error: ‘bits’ does not name a type
4 | bits/stdc++.h>
| ^~~~
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:9:2: error: ‘cin’ was not declared in this scope
9 | cin>>n>>t;
| ^~~