Problem | mirrors |
---|---|
User | ye |
Submission Time | 2025-06-20 15:47:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mirrors.cpp: In function ‘int main()’:
mirrors.cpp:9:17: error: expected initializer before ‘>>’ token
9 | long long cin >> b[i];
| ^~
mirrors.cpp:12:9: error: invalid types ‘long long int[int]’ for array subscript
12 | if(a[0]==a[1]==a[2]==1){
| ^
mirrors.cpp:12:15: error: invalid types ‘long long int[int]’ for array subscript
12 | if(a[0]==a[1]==a[2]==1){
| ^
mirrors.cpp:12:21: error: invalid types ‘long long int[int]’ for array subscript
12 | if(a[0]==a[1]==a[2]==1){
| ^
mirrors.cpp:14:3: error: expected ‘}’ before ‘else’
14 | else{
| ^~~~
mirrors.cpp:12:26: note: to match this ‘{’
12 | if(a[0]==a[1]==a[2]==1){
| ^