Problem collectmushrooms
User bribritt
Submission Time 2023-03-16 19:39:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

collectmushrooms.cpp:4:18: error: variable or field ‘read’ declared void
4 | inline void read(ll& x) {
| ^~
collectmushrooms.cpp:4:18: error: ‘ll’ was not declared in this scope
collectmushrooms.cpp:4:22: error: ‘x’ was not declared in this scope
4 | inline void read(ll& x) {
| ^
collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:45:24: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
45 | int N, M, T, X, Y; read(N); read(M);
| ^~~~
| fread