0_0_33603955_27008.cpp: In function 'void init()':
0_0_33603955_27008.cpp:34:3: error: expected ';' before '}' token
}
^
0_0_33603955_27008.cpp: In function 'int main()':
0_0_33603955_27008.cpp:59:14: error: 'mp' was not declared in this scope
ll ans = c[mp[2]][2] * c[mp[1]][1] + c[mp[2]][3];
^
|