0_0_37120227_12962.cpp:1:1: error: 'include' does not name a type
include <bits/stdc++.h>
^
0_0_37120227_12962.cpp: In function 'int main()':
0_0_37120227_12962.cpp:4:31: error: 'scanf' was not declared in this scope
#define sc(x) scanf("%lld", &x)
^
0_0_37120227_12962.cpp:10:5: note: in expansion of macro 'sc'
sc(t);
^
0_0_37120227_12962.cpp:20:50: error: 'printf' was not declared in this scope
printf("%lld\n%lld\n", mi % mod, mx % mod);
^
|