| Problem | cardplacing |
|---|---|
| User | WJR |
| Submission Time | 2025-12-29 16:59:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cardplacing.cpp: In function ‘int main()’:
cardplacing.cpp:39:9: error: invalid types ‘long long int[int]’ for array subscript
39 | if(a[2] - a[1] == 1LL){
| ^
cardplacing.cpp:39:16: error: invalid types ‘long long int[int]’ for array subscript
39 | if(a[2] - a[1] == 1LL){
| ^