Problem ultimateifelse
User StormyGood
Submission Time 2024-02-16 22:05:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ultimateifelse.cpp:38:11: error: stray ‘#’ in program
38 | cout << #include <bits/stdc++.h>
| ^
ultimateifelse.cpp: In function ‘int main()’:
ultimateifelse.cpp:38:12: error: ‘include’ was not declared in this scope
38 | cout << #include <bits/stdc++.h>
| ^~~~~~~
ultimateifelse.cpp:38:21: error: ‘bits’ was not declared in this scope
38 | cout << #include <bits/stdc++.h>
| ^~~~
ultimateifelse.cpp:38:26: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
38 | cout << #include <bits/stdc++.h>
| ^~~~
| std
ultimateifelse.cpp:39:1: error: expected primary-expression before ‘using’
39 | using namespace std;
| ^~~~~
ultimateifelse.cpp:41:1: error: a function-definition is not allowed here before ‘{’ token
41 | {
| ^