Problem | wrongreverse |
---|---|
User | ZhanLong |
Submission Time | 2025-06-20 14:05:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:9:11: error: ‘i’ was not declared in this scope
9 | cin >> B[i];
| ^
wrongreverse.cpp:10:14: error: expected ‘}’ at end of input
10 | cout << B[i];
| ^
wrongreverse.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^