0_0_22157792_15966.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_22157792_15966.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_22157792_15966.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_22157792_15966.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_22157792_15966.cpp:5:6: error: expected nested-name-specifier before '&' token
using namespace std;
^
0_0_22157792_15966.cpp:5:21: error: expected identifier before '&' token
using namespace std;
^
0_0_22157792_15966.cpp:5:26: error: expected constructor, destructor, or type conversion before ';' token
using namespace std;
^
0_0_22157792_15966.cpp:5:27: error: 'std' does not name a type
using namespace std;
^
0_0_22157792_15966.cpp:6:5: error: 'nbsp' declared as reference but not initialized
int small[65],big[65];
^
0_0_22157792_15966.cpp:6:10: error: 'small' does not name a type
int small[65],big[65];
^
0_0_22157792_15966.cpp:7:9: error: 'typedef int& nbsp' redeclared as different kind of symbol
typedef unsigned long long ull;
^
0_0_22157792_15966.cpp:6:5: note: previous declaration 'int& nbsp'
int small[65],big[65];
^
0_0_22157792_15966.cpp:7:23: error: conflicting declaration 'unsigned int& nbsp'
typedef unsigned long long ull;
^
0_0_22157792_15966.cpp:6:5: note: previous declaration as 'int& nbsp'
int small[65],big[65];
^
0_0_22157792_15966.cpp:7:33: error: conflicting declaration 'long int& nbsp'
typedef unsigned long long ull;
^
0_0_22157792_15966.cpp:6:5: note: previous declaration as 'int& nbsp'
int small[65],big[65];
^
0_0_22157792_15966.cpp:7:43: error: conflicting declaration 'long int& nbsp'
typedef unsigned long long ull;
^
0_0_22157792_15966.cpp:6:5: note: previous declaration as 'int& nbsp'
int small[65],big[65];
^
0_0_22157792_15966.cpp:7:48: error: 'ull' does not name a type
typedef unsigned long long ull;
^
0_0_22157792_15966.cpp:8:7: error: conflicting declaration 'const int& nbsp'
const ull whatfuck = 1;
^
0_0_22157792_15966.cpp:6:5: note: previous declaration as 'int& nbsp'
int small[65],big[65];
^
0_0_22157792_15966.cpp:8:12: error: 'ull' does not name a type
const ull whatfuck = 1;
^
0_0_22157792_15966.cpp:8:21: error: 'whatfuck' does not name a type
const ull whatfuck = 1;
^
0_0_22157792_15966.cpp:8:35: error: expected unqualified-id before '=' token
const ull whatfuck = 1;
^
0_0_22157792_15966.cpp:8:42: error: expected unqualified-id before numeric constant
const ull whatfuck = 1;
^
0_0_22157792_15966.cpp:9:6: error: cannot declare reference to 'void'
void gao()
^
0_0_22157792_15966.cpp:9:6: error: variable or field 'nbsp' declared void
0_0_22157792_15966.cpp: In function 'int gao()':
0_0_22157792_15966.cpp:11:29: error: 'nbsp' declared as reference but not initialized
int n;
^
0_0_22157792_15966.cpp:11:34: error: 'n' was not declared in this scope
int n;
^
0_0_22157792_15966.cpp:12:38: error: 'scanf' was not declared in this scope
scanf("%d",&n);
^
0_0_22157792_15966.cpp:13:32: error: 'small' was not declared in this scope
memset(small,0,sizeof(small));
^
0_0_22157792_15966.cpp:13:53: error: 'memset' was not declared in this scope
memset(small,0,sizeof(small));
^
0_0_22157792_15966.cpp:14:32: error: 'big' was not declared in this scope
memset(big,0,sizeof(big));
^
0_0_22157792_15966.cpp:15:33: error: 'nbsp' declared as reference but not initialized
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:15:38: error: 'i' was not declared in this scope
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:15:45: error: expected primary-expression before '=' token
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:15:51: error: expected ')' before ';' token
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:15:54: error: 'i' was not declared in this scope
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:15:61: error: expected primary-expression before '<' token
for(int i = 0;i < n;i++)
^
0_0_22157792_15966.cpp:17:53: error: 'nbsp' declared as reference but not initialized
int opt;
^
0_0_22157792_15966.cpp:17:58: error: 'opt' was not declared in this scope
int opt;
^
0_0_22157792_15966.cpp:18:49: error: 'ull' was not declared in this scope
ull num;
^
0_0_22157792_15966.cpp:18:58: error: 'num' was not declared in this scope
ull num;
^
0_0_22157792_15966.cpp:20:58: error: expected primary-expression before '=' token
num = (ull)opt * (ull)opt;
^
0_0_22157792_15966.cpp:20:70: error: expected ';' before 'opt'
num = (ull)opt * (ull)opt;
^
0_0_22157792_15966.cpp:20:91: error: expected ';' before 'opt'
num = (ull)opt * (ull)opt;
^
0_0_22157792_15966.cpp:21:57: error: 'nbsp' declared as reference but not initialized
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:21:62: error: 'j' was not declared in this scope
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:21:69: error: expected primary-expression before '=' token
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:21:75: error: expected ')' before ';' token
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:21:78: error: 'j' was not declared in this scope
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:21:85: error: expected primary-expression before '<' token
for(int j = 0;j < 31;j++)
^
0_0_22157792_15966.cpp:23:87: error: expected primary-expression before '+=' token
small[j] += ((opt >> j) & whatfuck);
^
0_0_22157792_15966.cpp:23:105: error: expected ')' before ';' token
small[j] += ((opt >> j) & whatfuck);
^
0_0_22157792_15966.cpp:23:105: error: expected ')' before ';' token
0_0_22157792_15966.cpp:23:106: error: expected primary-expression before '>>' token
small[j] += ((opt >> j) & whatfuck);
|