| Problem | cardplacing |
|---|---|
| User | WJR |
| Submission Time | 2025-12-29 16:58:55 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:39:8: error: ‘i’ was not declared in this scope
39 | if(a[i] + 1 == a[2]){
| ^
cardplacing.cpp:39:21: error: invalid types ‘long long int[int]’ for array subscript
39 | if(a[i] + 1 == a[2]){
| ^