Problem nostatement
User YeoBL20
Submission Time 2023-01-02 22:56:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

nostatement.cpp: In function ‘int32_t main()’:
nostatement.cpp:19:2: error: ‘ll’ was not declared in this scope
19 | ll tc, n, m;
| ^~
nostatement.cpp:20:17: error: ‘tc’ was not declared in this scope; did you mean ‘tm’?
20 | scanf("%lld", &tc);
| ^~
| tm
nostatement.cpp:22:22: error: ‘n’ was not declared in this scope
22 | scanf("%lld%lld", &n, &m);
| ^
nostatement.cpp:22:26: error: ‘m’ was not declared in this scope; did you mean ‘tm’?
22 | scanf("%lld%lld", &n, &m);
| ^
| tm
nostatement.cpp:23:12: error: template argument 2 is invalid
23 | vector<ll> s1;
| ^
nostatement.cpp:24:10: error: expected ‘;’ before ‘v1’
24 | for (ll v1=1LL<<1LL;v1<=n;++v1) {
| ^~~
| ;
nostatement.cpp:24:23: error: ‘v