| Problem | OrXor |
|---|---|
| User | zyq69 |
| Submission Time | 2026-01-13 15:33:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
OrXor.cpp:7:8: error: stray ‘\357’ in program
7 | cin>>N;
| ^
OrXor.cpp:7:9: error: stray ‘\274’ in program
7 | cin>>N;
| ^
OrXor.cpp:7:10: error: stray ‘\233’ in program
7 | cin>>N;
| ^
OrXor.cpp: In function ‘int main()’:
OrXor.cpp:7:8: error: expected ‘;’ before ‘int’
7 | cin>>N;
| ^
| ;
8 | int arr[N+5];
| ~~~
OrXor.cpp:9:30: error: ‘arr’ was not declared in this scope
9 | for(int a=0; a<N; a++) cin>>arr[a];
| ^~~
OrXor.cpp:16:18: error: ‘arr’ was not declared in this scope
16 | runningorval = arr[0];//first element
| ^~~