Problem | sandd |
---|---|
User | tomo31415 |
Submission Time | 2025-03-16 12:24:17 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sandd.cpp: In function ‘int getPrice(int)’:
sandd.cpp:9:26: error: expected ‘;’ before ‘return’
9 | if (price == int(price) return price;
| ^~~~~~~
| ;
sandd.cpp:10:31: error: expected ‘)’ before ‘;’ token
10 | long long qs = supply(price);
| ^
| )
sandd.cpp:9:6: note: to match this ‘(’
9 | if (price == int(price) return price;
| ^
sandd.cpp:12:7: error: ‘qs’ was not declared in this scope; did you mean ‘qd’?
12 | if (qs == qd) return int(price);
| ^~
| qd
sandd.cpp:13:7: error: ‘qs’ was not declared in this scope; did you mean ‘qd’?
13 | if (qs < qd) a = price+1;
| ^~
| qd