| Problem | permutationgrid |
|---|---|
| User | KL |
| Submission Time | 2025-11-19 11:39:42 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
permutationgrid.cpp: In function ‘int main()’:
permutationgrid.cpp:20:3: error: ‘x’ was not declared in this scope
20 | x = dq[i][j];
| ^
permutationgrid.cpp:24:13: error: expected ‘}’ at end of input
24 | cout<< "YES";
| ^
permutationgrid.cpp:6:11: note: to match this ‘{’
6 | int main(){
| ^