Problem permutationgrid
User yhmixeI
Submission Time 2024-12-07 10:25:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

permutationgrid.cpp: In function ‘int main()’:
permutationgrid.cpp:61:1: error: expected ‘}’ before ‘else’
61 | else {
| ^~~~
permutationgrid.cpp:22:19: note: to match this ‘{’
22 | if (h!=1 and w!=1){
| ^
permutationgrid.cpp: At global scope:
permutationgrid.cpp:109:1: error: expected unqualified-id before ‘if’
109 | if (d){
| ^~
permutationgrid.cpp:112:1: error: expected unqualified-id before ‘else’
112 | else{
| ^~~~
permutationgrid.cpp:115:1: error: expected declaration before ‘}’ token
115 | }
| ^