Problem | gota |
---|---|
User | STanishka31 |
Submission Time | 2025-06-18 10:39:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin >> a >> b;
| ^~~
gota.cpp:13:10: error: ‘cout’ was not declared in this scope; did you mean ‘count’?
13 | (cout << "YES");
| ^~~~
| count
gota.cpp:17:1: error: ‘cout’ was not declared in this scope
17 | cout << "NO";
| ^~~~