Problem | attention |
---|---|
User | yhkhoo |
Submission Time | 2023-12-18 11:47:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
attention.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
attention.cpp: In function ‘int main()’:
attention.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> n >> e;
| ^~~
attention.cpp:8:3: error: ‘cout’ was not declared in this scope
8 | cout << 1;
| ^~~~
attention.cpp:11:3: error: ‘cout’ was not declared in this scope
11 | cout << 0;
| ^~~~