| Problem | ljubomora |
|---|---|
| User | qwertyuiop |
| Submission Time | 2026-04-24 16:26:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp:4:20: error: expected ‘;’ before ‘int32_t’
4 | using namespace std
| ^
| ;
5 |
6 | int32_t main() {
| ~~~~~~~
ljubomora.cpp: In function ‘int32_t main()’:
ljubomora.cpp:8:17: error: ‘mM’ was not declared in this scope; did you mean ‘M’?
8 | cin >> N >> mM
| ^~
| M
ljubomora.cpp:10:15: error: ‘i’ was not declared in this scope
10 | for (i=0; i<m; i++) {
| ^
ljubomora.cpp:10:17: error: ‘m’ was not declared in this scope
10 | for (i=0; i<m; i++) {
| ^
ljubomora.cpp:17:28: error: ‘B’ was not declared in this scope
17 | for (auto marbles: B) {
| ^
ljubomora.cpp:24:21: error: expected ‘;’ before ‘}’ token
24 | hi = mid
| ^