0_0_13722950_25547.cpp:2:4: error: stray '#' in program
2 #include<cstring>
^
0_0_13722950_25547.cpp:3:4: error: stray '#' in program
3 #include<iostream>
^
0_0_13722950_25547.cpp:2:2: error: expected unqualified-id before numeric constant
2 #include<cstring>
^
0_0_13722950_25547.cpp:5:2: error: expected unqualified-id before numeric constant
5 const int kind=26;
^
0_0_13722950_25547.cpp:6:2: error: expected unqualified-id before numeric constant
6 const int N=105;
^
0_0_13722950_25547.cpp:7:2: error: expected unqualified-id before numeric constant
7 struct TrieNode{
^
0_0_13722950_25547.cpp:10:5: error: 'Memory' does not name a type
10 }Memory[10000000];
^
0_0_13722950_25547.cpp:11:1: error: expected unqualified-id before numeric constant
11 TrieNode *Root=NULL;
^
0_0_13722950_25547.cpp:12:1: error: expected unqualified-id before numeric constant
12 int T,n,timenum,allcop,m,all,cas=1;
^
0_0_13722950_25547.cpp:13:1: error: expected unqualified-id before numeric constant
13 char str[N],ans[N],temp[N];
^
0_0_13722950_25547.cpp:14:1: error: expected unqualified-id before numeric constant
14 char num[10][5]={{"\0"},{"\0"},{"abc"},{"def"},{"ghi"},{"jkl"},{"mno"},{"pqrs"},{"tuv"},{"wxyz"}};
^
|