Problem conlang
User haydendoo
Submission Time 2023-05-27 14:25:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conlang.cpp: In function ‘void solve()’:
conlang.cpp:249:15: error: a function-definition is not allowed here before ‘{’ token
249 | signed main() {
| ^
conlang.cpp:258:1: error: expected ‘}’ at end of input
258 | }
| ^
conlang.cpp:234:9: note: to match this ‘{’
234 | FOR(n) {
| ^
conlang.cpp:258:1: error: expected ‘}’ at end of input
258 | }
| ^
conlang.cpp:231:14: note: to match this ‘{’
231 | void solve() {
| ^