Problem | permutationgrid |
---|---|
User | hyishigh |
Submission Time | 2024-12-07 16:49:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
permutationgrid.cpp: In function ‘int main()’:
permutationgrid.cpp:111:9: error: expected ‘;’ before ‘}’ token
111 | break
| ^
| ;
112 | }
| ~
permutationgrid.cpp:119:1: error: expected ‘}’ at end of input
119 | }
| ^
permutationgrid.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^