Problem nostatement
User AlphanumericUsername
Submission Time 2023-01-27 15:27:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp:1:1: error: stray ‘\’ in program
1 | \#include <bits/stdc++.h>
| ^
nostatement.cpp:1:2: error: stray ‘#’ in program
1 | \#include <bits/stdc++.h>
| ^
nostatement.cpp:1:3: error: ‘include’ does not name a type
1 | \#include <bits/stdc++.h>
| ^~~~~~~
nostatement.cpp:5:1: error: ‘vector’ does not name a type
5 | vector<long long> isprime(MAX_SIZE, true);
| ^~~~~~
nostatement.cpp:6:1: error: ‘vector’ does not name a type
6 | vector<long long> prime;
| ^~~~~~
nostatement.cpp:7:1: error: ‘vector’ does not name a type
7 | vector<long long> SPF(MAX_SIZE);
| ^~~~~~
nostatement.cpp: In function ‘void manipulated_seive(int)’:
nostatement.cpp:10:3: error: ‘isprime’ was not declared in this scope
10 | isprime[0] = isprime[1] = false;
| ^~~~~~~
nostatement.cpp:13:7: error: ‘prime’ was not declared in this sco