Problem | veryeasyproblem |
---|---|
User | Yifei1234 |
Submission Time | 2023-02-22 16:46:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasyproblem.cpp: In function ‘int main()’:
veryeasyproblem.cpp:6:5: error: ‘input’ was not declared in this scope
6 | input N,10^9;
| ^~~~~
veryeasyproblem.cpp:7:2: error: ‘output’ was not declared in this scope
7 | output 0,N,10^18;
| ^~~~~~