Problem | dayum |
---|---|
User | Angie |
Submission Time | 2025-06-20 16:01:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
dayum.cpp:6:38: error: expected primary-expression before ‘)’ token
6 | if(int nums[5] = {16,17,18,19,20};) {
| ^
dayum.cpp:8:5: error: ‘cout’ was not declared in this scope; did you mean ‘count’?
8 | cout << count;
| ^~~~
| count
dayum.cpp:11:5: error: ‘cout’ was not declared in this scope; did you mean ‘count’?
11 | cout << "EKET"
| ^~~~
| count