| Problem | gotoubun |
|---|---|
| User | Pan |
| Submission Time | 2023-08-24 19:10:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
gotoubun.cpp: In function ‘int main()’:
gotoubun.cpp:24:25: error: expected ‘;’ before ‘}’ token
24 | sum = sum%998244353
| ^
| ;
25 |
26 | }
| ~
gotoubun.cpp:31:32: error: expected ‘;’ before ‘}’ token
31 | output = output % 998244353
| ^
| ;
32 | }
| ~