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