| Problem | scanner |
|---|---|
| User | dzuizz |
| Submission Time | 2023-06-02 10:58:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
scanner.cpp:27:26: error: stray ‘#’ in program
27 | continue;#include<iostream>
| ^
scanner.cpp: In function ‘int main()’:
scanner.cpp:27:27: error: ‘include’ was not declared in this scope
27 | continue;#include<iostream>
| ^~~~~~~
scanner.cpp:27:43: error: expected primary-expression before ‘>’ token
27 | continue;#include<iostream>
| ^
scanner.cpp:28:1: error: expected primary-expression before ‘using’
28 | using namespace std;
| ^~~~~
scanner.cpp:30:12: error: a function-definition is not allowed here before ‘{’ token
30 | int main() {
| ^