0_0_32946554_22327.cpp:43:2: error: stray '#' in program
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:8: error: stray '#' in program
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:14: error: stray '#' in program
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:20: error: stray '#' in program
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:25: error: stray '#' in program
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:44:2: error: stray '#' in program
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:44:8: error: stray '#' in program
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:44:14: error: stray '#' in program
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:44:20: error: stray '#' in program
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:45:2: error: stray '#' in program
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:8: error: stray '#' in program
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:14: error: stray '#' in program
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:20: error: stray '#' in program
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:46:2: error: stray '#' in program
#endif
^
0_0_32946554_22327.cpp:46:8: error: stray '#' in program
#endif
^
0_0_32946554_22327.cpp:46:14: error: stray '#' in program
#endif
^
0_0_32946554_22327.cpp:46:20: error: stray '#' in program
#endif
^
0_0_32946554_22327.cpp:46:25: error: stray '#' in program
#endif
^
0_0_32946554_22327.cpp:49:2: error: stray '#' in program
solve();
^
0_0_32946554_22327.cpp:49:8: error: stray '#' in program
solve();
^
0_0_32946554_22327.cpp:49:14: error: stray '#' in program
solve();
^
0_0_32946554_22327.cpp:49:20: error: stray '#' in program
solve();
^
0_0_32946554_22327.cpp: In function 'int main()':
0_0_32946554_22327.cpp:43:3: error: lvalue required as unary '&' operand
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:9: error: lvalue required as unary '&' operand
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:15: error: lvalue required as unary '&' operand
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:21: error: lvalue required as unary '&' operand
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:43:26: error: 'ifndef' was not declared in this scope
#ifndef ONLINE_JUDGE
^
0_0_32946554_22327.cpp:44:9: error: lvalue required as unary '&' operand
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:44:15: error: lvalue required as unary '&' operand
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:44:21: error: lvalue required as unary '&' operand
freopen("hzh.in","r",stdin);
^
0_0_32946554_22327.cpp:45:3: error: lvalue required as unary '&' operand
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:9: error: lvalue required as unary '&' operand
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:15: error: lvalue required as unary '&' operand
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:45:21: error: lvalue required as unary '&' operand
//freopen("hzh.out","w",stdout);
^
0_0_32946554_22327.cpp:46:3: error: lvalue required as unary '&' operand
#endif
^
0_0_32946554_22327.cpp:46:9: error: lvalue required as unary '&' operand
#endif
^
0_0_32946554_22327.cpp:46:15: error: lvalue required as unary '&' operand
#endif
^
0_0_32946554_22327.cpp:46:21: error: lvalue required as unary '&' operand
#endif
^
0_0_32946554_22327.cpp:46:26: error: 'endif' was not declared in this scope
#endif
^
0_0_32946554_22327.cpp:49:9: error: lvalue required as unary '&' operand
solve();
^
0_0_32946554_22327.cpp:49:15: error: lvalue required as unary '&' operand
solve();
^
0_0_32946554_22327.cpp:49:21: error: lvalue required as unary '&' operand
solve();
^
|