Problem | fuelstation |
---|---|
User | feilinlp |
Submission Time | 2023-02-04 11:08:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fuelstation.cpp: In function ‘int main()’:
fuelstation.cpp:94:9: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
94 | print("%lld\n", d);
| ^~~~~
| printf
fuelstation.cpp:96:9: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
96 | print("%lld\n", segtree[1]);
| ^~~~~
| printf