Problem | labels |
---|---|
User | popperoni |
Submission Time | 2023-11-21 17:31:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
labels.cpp: In function ‘int main()’:
labels.cpp:25:23: error: expected ‘;’ before ‘int’
25 | c[0] = min + 1
| ^
| ;
26 | int b = min;
| ~~~
labels.cpp:28:13: error: ‘b’ was not declared in this scope
28 | b += c[i];
| ^