| Problem | ccs |
|---|---|
| User | PlayVoltz |
| Submission Time | 2023-07-25 21:27:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ccs.cpp: In function ‘int main()’:
ccs.cpp:36:2: error: ‘ulimit’ was not declared in this scope
36 | ulimit -s 8192
| ^~~~~~
ccs.cpp:36:10: error: ‘s’ was not declared in this scope
36 | ulimit -s 8192
| ^
ccs.cpp:38:7: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
38 | cin>>n>>q;
| ^
| yn
ccs.cpp:38:10: error: ‘q’ was not declared in this scope
38 | cin>>n>>q;
| ^
ccs.cpp:44:9: error: ‘a’ was not declared in this scope
44 | cin>>a>>b;
| ^
ccs.cpp:44:12: error: ‘b’ was not declared in this scope
44 | cin>>a>>b;
| ^
ccs.cpp:53:9: error: ‘a’ was not declared in this scope
53 | cin>>a;
| ^
ccs.cpp:57:9: error: ‘a’ was not declared in this scope
57 | cin>>a;
| ^