0_0_25048780_8866.cpp:2:3: error: stray '#' in program
2.#include <stdio.h>
^
0_0_25048780_8866.cpp:3:3: error: stray '#' in program
3.#include <stdlib.h>
^
0_0_25048780_8866.cpp:4:3: error: stray '#' in program
4.#include<string.h>
^
0_0_25048780_8866.cpp:5:3: error: stray '#' in program
5.#include<algorithm>
^
0_0_25048780_8866.cpp:6:3: error: stray '#' in program
6.#include<math.h>
^
0_0_25048780_8866.cpp:7:3: error: stray '#' in program
7.#include<queue>
^
0_0_25048780_8866.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include <stdio.h>
^
0_0_25048780_8866.cpp:9:1: error: expected unqualified-id before numeric constant
9.typedef long long ll;
^
0_0_25048780_8866.cpp:10:1: error: expected unqualified-id before numeric constant
10.const int CH =4,NODE = 1005;
^
0_0_25048780_8866.cpp:11:1: error: expected unqualified-id before numeric constant
11.int m,n;
^
0_0_25048780_8866.cpp:12:1: error: expected unqualified-id before numeric constant
12.int idx(char x)
^
0_0_25048780_8866.cpp:19:1: error: expected unqualified-id before numeric constant
19.int ch[NODE][CH],f[NODE],val[NODE],sz,v[NODE];
^
0_0_25048780_8866.cpp:20:1: error: expected unqualified-id before numeric constant
20.
^
0_0_25048780_8866.cpp:27:1: error: expected unqualified-id before numeric constant
27.void init()
^
0_0_25048780_8866.cpp:33:1: error: expected unqualified-id before numeric constant
33.void ins(char *s,int i)
^
|