Problem el_classico
User Lotr1
Submission Time 2025-08-20 16:46:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

el_classico.cpp: In function ‘int main()’:
el_classico.cpp:5:5: error: expected initializer before ‘std’
5 | std::cin >> N;
| ^~~
el_classico.cpp:7:9: error: ‘N’ was not declared in this scope
7 | if (N == "1" || (long long)N<1) { // &&: both must be fulfilled
| ^