Problem | goodprogrammer |
---|---|
User | blob |
Submission Time | 2023-11-23 12:51:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp: In function ‘int main()’:
goodprogrammer.cpp:5:6: error: expected unqualified-id before numeric constant
5 | int 100000000;
| ^~~~~~~~~
goodprogrammer.cpp:6:18: error: ‘N’ was not declared in this scope
6 | for (int i=0; i<N; i++){
| ^