| Problem | potionseasy |
|---|---|
| User | GrainOrBread |
| Submission Time | 2025-01-24 11:06:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
potionseasy.cpp:35:9: error: stray ‘#’ in program
35 | else {#include <bits/stdc++.h>
| ^
potionseasy.cpp: In function ‘int main()’:
potionseasy.cpp:35:10: error: ‘include’ was not declared in this scope
35 | else {#include <bits/stdc++.h>
| ^~~~~~~
potionseasy.cpp:35:19: error: ‘bits’ was not declared in this scope
35 | else {#include <bits/stdc++.h>
| ^~~~
potionseasy.cpp:35:24: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
35 | else {#include <bits/stdc++.h>
| ^~~~
| std
potionseasy.cpp:36:1: error: expected primary-expression before ‘using’
36 | using namespace std;
| ^~~~~
potionseasy.cpp:39:12: error: a function-definition is not allowed here before ‘{’ token
39 | int main() {
| ^