| Problem | collectmushrooms |
|---|---|
| User | bribritt |
| Submission Time | 2023-03-18 12:16:46 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
collectmushrooms.cpp:32:18: error: variable or field ‘read’ declared void
32 | inline void read(ll& x) {
| ^~
collectmushrooms.cpp:32:18: error: ‘ll’ was not declared in this scope
collectmushrooms.cpp:32:22: error: ‘x’ was not declared in this scope
32 | inline void read(ll& x) {
| ^
collectmushrooms.cpp: In function ‘int main()’:
collectmushrooms.cpp:44:24: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
44 | int N, M, T, X, Y; read(N); read(M);
| ^~~~
| fread