Problem | eeniemeenie |
---|---|
User | blob |
Submission Time | 2023-11-24 13:49:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eeniemeenie.cpp: In function ‘int main()’:
eeniemeenie.cpp:12:3: error: ‘e’ was not declared in this scope
12 | e = K%N;
| ^
eeniemeenie.cpp:15:3: error: ‘e’ was not declared in this scope
15 | e = N%K;
| ^
eeniemeenie.cpp:17:22: error: ‘e’ was not declared in this scope
17 | for (int j = 0; j<= e; j++){
| ^
eeniemeenie.cpp:26:1: error: expected ‘}’ at end of input
26 | }
| ^
eeniemeenie.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^