0_0_15198654_27041.cpp:1:4: error: stray '#' in program
01.#include <cstdio>
^
0_0_15198654_27041.cpp:2:4: error: stray '#' in program
02.#include <cstring>
^
0_0_15198654_27041.cpp:3:4: error: stray '#' in program
03.#include <cmath>
^
0_0_15198654_27041.cpp:4:4: error: stray '#' in program
04.#include <cstdlib>
^
0_0_15198654_27041.cpp:5:4: error: stray '#' in program
05.#include <queue>
^
0_0_15198654_27041.cpp:6:4: error: stray '#' in program
06.#include <stack>
^
0_0_15198654_27041.cpp:7:4: error: stray '#' in program
07.#include <vector>
^
0_0_15198654_27041.cpp:8:4: error: stray '#' in program
08.#include <map>
^
0_0_15198654_27041.cpp:9:4: error: stray '#' in program
09.#include <algorithm>
^
0_0_15198654_27041.cpp:10:4: error: stray '#' in program
10.#define INF 0x3f3f3f3f
^
0_0_15198654_27041.cpp:11:4: error: stray '#' in program
11.#define LL unsigned long long
^
0_0_15198654_27041.cpp:1:1: error: expected unqualified-id before numeric constant
01.#include <cstdio>
^
0_0_15198654_27041.cpp:13:1: error: expected unqualified-id before numeric constant
13.LL gcd(LL a, LL b){
^
0_0_15198654_27041.cpp:16:1: error: expected unqualified-id before numeric constant
16.int main()
^
|