Problem | toxic |
---|---|
User | shoryu386 |
Submission Time | 2023-03-21 18:48:33 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic.cpp:73:19: error: stray ‘#’ in program
73 | int regTest = -1;#include <bits/stdc++.h>
| ^
toxic.cpp: In function ‘void determine_type(int)’:
toxic.cpp:73:20: error: ‘include’ was not declared in this scope
73 | int regTest = -1;#include <bits/stdc++.h>
| ^~~~~~~
toxic.cpp:73:29: error: ‘bits’ was not declared in this scope
73 | int regTest = -1;#include <bits/stdc++.h>
| ^~~~
toxic.cpp:73:34: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
73 | int regTest = -1;#include <bits/stdc++.h>
| ^~~~
| std
In file included from toxic.cpp:92:
toxic.h:3:1: error: expected primary-expression before ‘void’
3 | void determine_type(int n);
| ^~~~
toxic.cpp:94:27: error: a function-definition is not allowed here befo