0_0_37652274_6272.cpp:2:7: error: 'll' does not name a type
const ll mod = 19260817337;
^
0_0_37652274_6272.cpp:6:1: error: 'll' does not name a type
ll f[N];
^
0_0_37652274_6272.cpp:7:1: error: 'map' does not name a type
map<ll, int> mp;
^
0_0_37652274_6272.cpp:9:1: error: 'll' does not name a type
ll qmul(ll a, ll b)
^
0_0_37652274_6272.cpp: In function 'void init()':
0_0_37652274_6272.cpp:24:5: error: 'f' was not declared in this scope
f[0] = f[1] = 1;
^
0_0_37652274_6272.cpp:25:5: error: 'mp' was not declared in this scope
mp[1] = 1;
^
0_0_37652274_6272.cpp:26:9: error: 'i' was not declared in this scope
rep(i, 2, 2000010)
^
0_0_37652274_6272.cpp:26:22: error: 'rep' was not declared in this scope
rep(i, 2, 2000010)
^
0_0_37652274_6272.cpp: In function 'int main()':
0_0_37652274_6272.cpp:37:9: error: 'sd' was not declared in this scope
sd(t);
^
0_0_37652274_6272.cpp:42:9: error: 'll' was not declared in this scope
ll a = 0, b = 0, c = 0;
^
0_0_37652274_6272.cpp:43:19: error: 'read' was not declared in this scope
na = read();
^
0_0_37652274_6272.cpp:44:13: error: 'i' was not declared in this scope
rep(i, 1, na)
^
0_0_37652274_6272.cpp:44:21: error: 'rep' was not declared in this scope
rep(i, 1, na)
^
0_0_37652274_6272.cpp:64:12: error: expected ';' before 'res'
ll res = (qmul(a, b) - c + mod) % mod;
^
0_0_37652274_6272.cpp:65:15: error: 'mp' was not declared in this scope
write(mp[res]);
^
0_0_37652274_6272.cpp:65:18: error: 'res' was not declared in this scope
write(mp[res]);
^
0_0_37652274_6272.cpp:65:22: error: 'write' was not declared in this scope
write(mp[res]);
^
0_0_37652274_6272.cpp:66:16: error: 'puts' was not declared in this scope
puts("");
^
|