| Problem | crypto |
|---|---|
| User | Tqin |
| Submission Time | 2025-02-21 15:14:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
crypto.cpp:18:1: error: expected initializer before ‘inline’
18 | inline void read(int& x) {
| ^~~~~~
crypto.cpp: In function ‘int main()’:
crypto.cpp:33:2: error: ‘read’ was not declared in this scope; did you mean ‘fread’?
33 | read(N);
| ^~~~
| fread
crypto.cpp:43:8: error: ‘input’ was not declared in this scope
43 | read(input);
| ^~~~~