Problem jaydenscurve
User GODSLAYER
Submission Time 2026-06-26 16:25:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:45:7: error: expected ‘}’ at end of input
45 | }
| ^
jaydenscurve.cpp:38:49: note: to match this ‘{’
38 | for (int l = e + 1; l < a; l++) {
| ^
jaydenscurve.cpp:45:7: error: expected ‘}’ at end of input
45 | }
| ^
jaydenscurve.cpp:33:57: note: to match this ‘{’
33 | for (int i = h + 1; i < (int)f.size(); i++) {
| ^
jaydenscurve.cpp:45:7: error: expected ‘}’ at end of input
45 | }
| ^
jaydenscurve.cpp:32:49: note: to match this ‘{’
32 | for (int h = 0; h < (int)f.size(); h++) {
| ^
jaydenscurve.cpp:45:7: error: expected ‘}’ at end of input
45 | }
| ^
jaydenscu