Problem | fraud |
---|---|
User | snorky |
Submission Time | 2024-02-19 20:42:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fraud.cpp:8:14: error: stray ‘#’ in program
8 | cin >> n;#include <iostream>
| ^
fraud.cpp: In function ‘int main()’:
fraud.cpp:8:15: error: ‘include’ was not declared in this scope
8 | cin >> n;#include <iostream>
| ^~~~~~~
fraud.cpp:8:32: error: expected primary-expression before ‘>’ token
8 | cin >> n;#include <iostream>
| ^
fraud.cpp:11:1: error: expected primary-expression before ‘using’
11 | using namespace std;
| ^~~~~
fraud.cpp:13:12: error: a function-definition is not allowed here before ‘{’ token
13 | int main() {
| ^