0_0_38592289_31461.cpp: In function 'int main()':
0_0_38592289_31461.cpp:34:12: error: 'Runtime' was not declared in this scope
Runtime Error(ACCESS_VIOLATION)(int i=0;i<=sz;i++) ans=(ans+f[i]*fra[n-i])%Mod;
^~~~~~~
0_0_38592289_31461.cpp:34:12: note: suggested alternative: '_wctime'
Runtime Error(ACCESS_VIOLATION)(int i=0;i<=sz;i++) ans=(ans+f[i]*fra[n-i])%Mod;
^~~~~~~
_wctime
0_0_38592289_31461.cpp:34:61: error: expected ';' before ')' token
Runtime Error(ACCESS_VIOLATION)(int i=0;i<=sz;i++) ans=(ans+f[i]*fra[n-i])%Mod;
^
;
0_0_38592289_31461.cpp:39:1: error: expected '}' at end of input
}/*
^
0_0_38592289_31461.cpp:27:30: note: to match this '{'
for(int i=1;i<=n;i++){
^
0_0_38592289_31461.cpp:39:1: error: expected '}' at end of input
}/*
^
0_0_38592289_31461.cpp:23:15: note: to match this '{'
while(T--){
^
0_0_38592289_31461.cpp:39:1: error: expected '}' at end of input
}/*
^
0_0_38592289_31461.cpp:18:14: note: to match this '{'
signed main(){
^
|