| Problem | el_classico |
|---|---|
| User | Lotr1 |
| Submission Time | 2025-08-20 16:44:34 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
el_classico.cpp: In function ‘int main()’:
el_classico.cpp:3:8: error: expected initializer before ‘>’ token
3 | int N >10^9 || int N < 10^9
| ^
el_classico.cpp:6:9: error: ‘N’ was not declared in this scope
6 | if (N == "1" || (long long)N<1) { // &&: both must be fulfilled
| ^