0_0_25049012_25613.cpp:2:3: error: stray '#' in program
2.#include<cstring>
^
0_0_25049012_25613.cpp:3:3: error: stray '#' in program
3.#include<iostream>
^
0_0_25049012_25613.cpp:4:3: error: stray '#' in program
4.#include<algorithm>
^
0_0_25049012_25613.cpp:2:1: error: expected unqualified-id before numeric constant
2.#include<cstring>
^
0_0_25049012_25613.cpp:6:1: error: expected unqualified-id before numeric constant
6.typedef long long ll;
^
0_0_25049012_25613.cpp:7:1: error: expected unqualified-id before numeric constant
7.ll dp[2][600010],MOD=1e9+7;
^
0_0_25049012_25613.cpp:8:1: error: expected unqualified-id before numeric constant
8.int T,t,n,m;
^
0_0_25049012_25613.cpp:9:1: error: expected unqualified-id before numeric constant
9.char s[13][13][6];
^
0_0_25049012_25613.cpp:10:1: error: expected unqualified-id before numeric constant
10.int num[15],POW[20],a,b,val[200],S,S2,TIP;
^
0_0_25049012_25613.cpp:11:1: error: expected unqualified-id before numeric constant
11.bool same[15];
^
0_0_25049012_25613.cpp:12:1: error: expected unqualified-id before numeric constant
12.void pai(int x,int ret)
^
|