Problem | motest |
---|---|
User | hydroniumm |
Submission Time | 2025-07-09 18:06:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
motest.cpp: In function ‘int main()’:
motest.cpp:8:5: error: expected initializer before ‘cin’
8 | cin >> a;
| ^~~
motest.cpp:17:17: error: ‘c’ was not declared in this scope
17 | c[i] = b;
| ^
motest.cpp:24:11: error: ‘c’ was not declared in this scope
24 | while(c[i]!=0){
| ^