Problem | hdb |
---|---|
User | user123 |
Submission Time | 2023-11-27 21:23:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
hdb.cpp:17:8: error: ‘ll’ does not name a type
17 | inline ll read()
| ^~
hdb.cpp:32:19: error: variable or field ‘print’ declared void
32 | inline void print(ll x)
| ^~
hdb.cpp:32:19: error: ‘ll’ was not declared in this scope
hdb.cpp: In function ‘int main()’:
hdb.cpp:46:4: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
46 | n=read(); m=read();
| ^~~~
| fread
hdb.cpp:70:2: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
70 | print(dp[n&1][m]);
| ^~~~~
| printf