0_0_21577759_2613.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_21577759_2613.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_21577759_2613.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <algorithm>
^
0_0_21577759_2613.cpp:4:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_21577759_2613.cpp:4:21: error: expected identifier before '&' token
using namespace std;
^
0_0_21577759_2613.cpp:4:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_21577759_2613.cpp:4:27: error: 'std' does not name a type
using namespace std;
^
0_0_21577759_2613.cpp:4:36: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_21577759_2613.cpp:4:42: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_21577759_2613.cpp:5:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:5:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:6:7: error: 'nbsp' declared as reference but not initialized
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:16: error: conflicting declaration 'int& nbsp'
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:7: note: previous declaration as 'const int& nbsp'
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:21: error: 'maxn' does not name a type
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:31: error: expected unqualified-id before '=' token
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:38: error: expected unqualified-id before numeric constant
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:47: error: expected unqualified-id before '+' token
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:54: error: expected unqualified-id before numeric constant
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:62: error: expected constructor, destructor, or type conversion before ';' token
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:6:68: error: expected constructor, destructor, or type conversion before ';' token
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:7:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:7:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:8:5: error: conflicting declaration 'int& nbsp'
int a[maxn];
^
0_0_21577759_2613.cpp:6:7: note: previous declaration as 'const int& nbsp'
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:8:10: error: 'a' does not name a type
int a[maxn];
^
0_0_21577759_2613.cpp:8:23: error: expected constructor, destructor, or type conversion before ';' token
int a[maxn];
^
0_0_21577759_2613.cpp:8:29: error: expected constructor, destructor, or type conversion before ';' token
int a[maxn];
^
0_0_21577759_2613.cpp:9:5: error: conflicting declaration 'int& nbsp'
int n, k;
^
0_0_21577759_2613.cpp:6:7: note: previous declaration as 'const int& nbsp'
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:9:10: error: 'n' does not name a type
int n, k;
^
0_0_21577759_2613.cpp:9:18: error: 'k' does not name a type
int n, k;
^
0_0_21577759_2613.cpp:9:25: error: expected constructor, destructor, or type conversion before ';' token
int n, k;
^
0_0_21577759_2613.cpp:9:31: error: expected constructor, destructor, or type conversion before ';' token
int n, k;
^
0_0_21577759_2613.cpp:10:6: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:10:12: error: expected constructor, destructor, or type conversion before ';' token
^
0_0_21577759_2613.cpp:11:5: error: conflicting declaration 'int& nbsp'
int main()
^
0_0_21577759_2613.cpp:6:7: note: previous declaration as 'const int& nbsp'
const int maxn = 1e5 + 10;
^
0_0_21577759_2613.cpp:11:17: error: expected constructor, destructor, or type conversion before 'nbsp'
int main()
^
0_0_21577759_2613.cpp:11:27: error: expected constructor, destructor, or type conversion before ';' token
int main()
^
0_0_21577759_2613.cpp:12:1: error: expected unqualified-id before '{' token
{
^
|