Problem | wrongreverse |
---|---|
User | waffles |
Submission Time | 2025-06-20 13:07:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wrongreverse.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
wrongreverse.cpp: In function ‘int main()’:
wrongreverse.cpp:7:5: error: ‘cin’ was not declared in this scope
7 | cin >> N;
| ^~~
wrongreverse.cpp:13:9: error: ‘cout’ was not declared in this scope
13 | cout << B[i] << " ";
| ^~~~