Problem | swayingflowers |
---|---|
User | Dolphy |
Submission Time | 2023-09-04 15:26:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swayingflowers.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
swayingflowers.cpp: In function ‘int main()’:
swayingflowers.cpp:5:2: error: ‘cin’ was not declared in this scope
5 | cin >> n >> t;
| ^~~
swayingflowers.cpp:7:2: error: ‘cout’ was not declared in this scope; did you mean ‘count’?
7 | cout << count << endl;
| ^~~~
| count
swayingflowers.cpp:7:19: error: ‘endl’ was not declared in this scope
7 | cout << count << endl;
| ^~~~