| Problem | ljubomora |
|---|---|
| User | ATHY |
| Submission Time | 2025-02-01 15:20:17 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
ljubomora.cpp:22:16: error: stray ‘#’ in program
22 | children += #include<bits/stdc++.h>
| ^
ljubomora.cpp: In function ‘int main()’:
ljubomora.cpp:22:17: error: ‘include’ was not declared in this scope
22 | children += #include<bits/stdc++.h>
| ^~~~~~~
ljubomora.cpp:22:25: error: ‘bits’ was not declared in this scope
22 | children += #include<bits/stdc++.h>
| ^~~~
ljubomora.cpp:22:30: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
22 | children += #include<bits/stdc++.h>
| ^~~~
| std
ljubomora.cpp:23:1: error: expected primary-expression before ‘using’
23 | using namespace std;
| ^~~~~
ljubomora.cpp:28:14: error: a function-definition is not allowed here before ‘{’ token
28 | signed main(){
|