0_0_13804314_10917.cpp:57:26: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:31: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:37: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:45: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:53: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:59: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:67: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:75: error: stray '#' in program
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:60:5: error: stray '#' in program
/* if (in == EOF)
^
0_0_13804314_10917.cpp:61:26: error: stray '#' in program
return false; */
^
0_0_13804314_10917.cpp:62:36: error: stray '#' in program
while (in < '0' || in > '9') //leading spaces?
^
0_0_13804314_10917.cpp:62:41: error: stray '#' in program
while (in < '0' || in > '9') //leading spaces?
^
0_0_13804314_10917.cpp:82:2: error: stray '#' in program
//scanf("%I64d", &a[i]);
^
0_0_13804314_10917.cpp:82:7: error: stray '#' in program
//scanf("%I64d", &a[i]);
^
0_0_13804314_10917.cpp:92:2: error: stray '#' in program
// getchar();
^
0_0_13804314_10917.cpp:92:7: error: stray '#' in program
// getchar();
^
0_0_13804314_10917.cpp:99:2: error: stray '#' in program
// scanf("%I64d %I64d", &x, &y);
^
0_0_13804314_10917.cpp:99:7: error: stray '#' in program
// scanf("%I64d %I64d", &x, &y);
^
0_0_13804314_10917.cpp: In function 'bool scan_ud(long long int&)':
0_0_13804314_10917.cpp:57:27: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:32: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:38: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:46: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:54: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:60: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:68: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:57:76: error: lvalue required as unary '&' operand
bool scan_ud(LL &num) { // ��˵���
^
0_0_13804314_10917.cpp:60:6: error: lvalue required as unary '&' operand
/* if (in == EOF)
^
0_0_13804314_10917.cpp:60:11: error: expected primary-expression before 'if'
/* if (in == EOF)
^
0_0_13804314_10917.cpp:61:27: error: lvalue required as unary '&' operand
return false; */
^
0_0_13804314_10917.cpp:62:37: error: lvalue required as unary '&' operand
while (in < '0' || in > '9') //leading spaces?
^
0_0_13804314_10917.cpp:62:42: error: lvalue required as unary '&' operand
while (in < '0' || in > '9') //leading spaces?
^
0_0_13804314_10917.cpp:62:45: error: 'leading' was not declared in this scope
while (in < '0' || in > '9') //leading spaces?
^
0_0_13804314_10917.cpp: In function 'int main()':
0_0_13804314_10917.cpp:82:3: error: lvalue required as unary '&' operand
//scanf("%I64d", &a[i]);
^
0_0_13804314_10917.cpp:82:8: error: lvalue required as unary '&' operand
//scanf("%I64d", &a[i]);
^
0_0_13804314_10917.cpp:92:3: error: lvalue required as unary '&' operand
// getchar();
^
0_0_13804314_10917.cpp:92:8: error: lvalue required as unary '&' operand
// getchar();
^
0_0_13804314_10917.cpp:99:3: error: lvalue required as unary '&' operand
// scanf("%I64d %I64d", &x, &y);
^
0_0_13804314_10917.cpp:99:8: error: lvalue required as unary '&' operand
// scanf("%I64d %I64d", &x, &y);
^
|