| Problem | jaydenscurve |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-26 14:56:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:16:42: error: expected ‘;’ before ‘continue’
16 | hash_position[i].size()<2 continue;
| ^~~~~~~~~
| ;
jaydenscurve.cpp:30:5: error: expected ‘}’ at end of input
30 | }
| ^
jaydenscurve.cpp:15:35: note: to match this ‘{’
15 | if (row_str[j] == '#'){
| ^
jaydenscurve.cpp:30:5: error: expected ‘}’ at end of input
30 | }
| ^
jaydenscurve.cpp:14:36: note: to match this ‘{’
14 | for (int j = 0; j < c; ++j){
| ^
jaydenscurve.cpp:30:5: error: expected ‘}’ at end of input
30 | }
| ^
jaydenscurve.cpp:10:33: note: to match this ‘{’
10 | for (int i = 0; i <= r; ++i){
|