0_0_17415242_10798.cpp:1:4: error: stray '#' in program
01.#include<cstdio>
^
0_0_17415242_10798.cpp:2:4: error: stray '#' in program
02.#include<iostream>
^
0_0_17415242_10798.cpp:3:4: error: stray '#' in program
03.#include<cstdlib>
^
0_0_17415242_10798.cpp:4:4: error: stray '#' in program
04.#include<algorithm>
^
0_0_17415242_10798.cpp:5:4: error: stray '#' in program
05.#include<ctime>
^
0_0_17415242_10798.cpp:6:4: error: stray '#' in program
06.#include<cctype>
^
0_0_17415242_10798.cpp:7:4: error: stray '#' in program
07.#include<cmath>
^
0_0_17415242_10798.cpp:8:4: error: stray '#' in program
08.#include<string>
^
0_0_17415242_10798.cpp:9:4: error: stray '#' in program
09.#include<cstring>
^
0_0_17415242_10798.cpp:10:4: error: stray '#' in program
10.#include<stack>
^
0_0_17415242_10798.cpp:11:4: error: stray '#' in program
11.#include<queue>
^
0_0_17415242_10798.cpp:12:4: error: stray '#' in program
12.#include<vector>
^
0_0_17415242_10798.cpp:13:4: error: stray '#' in program
13.#include<map>
^
0_0_17415242_10798.cpp:14:4: error: stray '#' in program
14.#include<set>
^
0_0_17415242_10798.cpp:15:4: error: stray '#' in program
15.#define sqr(x) ((x)*(x))
^
0_0_17415242_10798.cpp:16:4: error: stray '#' in program
16.#define LL long long
^
0_0_17415242_10798.cpp:17:4: error: stray '#' in program
17.#define INF 0x3f3f3f3f
^
0_0_17415242_10798.cpp:18:4: error: stray '#' in program
18.#define PI 3.14159265358979
^
0_0_17415242_10798.cpp:19:4: error: stray '#' in program
19.#define eps 1e-10
^
0_0_17415242_10798.cpp:20:4: error: stray '#' in program
20.#define mm 1000001
^
0_0_17415242_10798.cpp:28:8: error: stray '#' in program
28. #ifndef ONLINE_JUDGE
^
0_0_17415242_10798.cpp:30:8: error: stray '#' in program
30. #endif
^
0_0_17415242_10798.cpp:1:1: error: expected unqualified-id before numeric constant
01.#include<cstdio>
^
0_0_17415242_10798.cpp:23:1: error: expected unqualified-id before numeric constant
23.
^
0_0_17415242_10798.cpp:25:1: error: expected unqualified-id before numeric constant
25.
^
|