0_0_32322005_23192.cpp:57:1: error: stray '\302' in program
for ( int i = 0 ; i < m ; i++ )
^
0_0_32322005_23192.cpp:57:1: error: stray '\240' in program
0_0_32322005_23192.cpp:64:1: error: stray '\302' in program
tot++,R++,cnt[a[R]]++;
^
0_0_32322005_23192.cpp:64:1: error: stray '\240' in program
0_0_32322005_23192.cpp:10:1: error: 'ya' does not name a type
ya
^
0_0_32322005_23192.cpp: In function 'void pre()':
0_0_32322005_23192.cpp:30:5: error: 'inv' was not declared in this scope
inv[0] = 1;
^
0_0_32322005_23192.cpp: In function 'void solve()':
0_0_32322005_23192.cpp:65:31: error: 'inv' was not declared in this scope
ans = 1LL * ans * inv[cnt[a[R]]] %MOD;
^
0_0_32322005_23192.cpp:70:31: error: 'inv' was not declared in this scope
ans = 1LL * ans * inv [tot] % MOD;
^
0_0_32322005_23192.cpp:76:31: error: 'inv' was not declared in this scope
ans = 1LL * ans * inv[tot] % MOD;
^
0_0_32322005_23192.cpp:83:31: error: 'inv' was not declared in this scope
ans = 1LL * ans * inv[cnt[a[L]]]%MOD;
^
|