Problem nostatement
User AlphanumericUsername
Submission Time 2023-01-26 21:06:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘ll B(ll, ll)’:
nostatement.cpp:14:14: error: a function-definition is not allowed here before ‘{’ token
14 | bool C(ll s) {
| ^
nostatement.cpp:19:12: error: a function-definition is not allowed here before ‘{’ token
19 | int main() {
| ^
nostatement.cpp:38:1: error: expected ‘}’ at end of input
38 | }
| ^
nostatement.cpp:5:22: note: to match this ‘{’
5 | ll B(ll axe, ll why) {
| ^