Judge Information

Run ID: 66040
src.cpp:1:1: error: 'include' does not name a type
include <bits/stdc++.h>
^
src.cpp: In function 'int snt(int)':
src.cpp:10:21: error: 'sqrt' was not declared in this scope
while (n<=sqrt(k))
^
src.cpp: In function 'int main()':
src.cpp:19:6: error: 'ios_base' has not been declared
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:19:35: error: 'cin' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:19:46: error: 'cout' was not declared in this scope
ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0);
^
src.cpp:20:27: error: 'stdin' was not declared in this scope
freopen("SNT.INP","r",stdin);
^
src.cpp:20:32: error: 'freopen' was not declared in this scope
freopen("SNT.INP","r",stdin);
^
src.cpp:21:27: error: 'stdout' was not declared in this scope
freopen("SNT.OUT","w",stdout);
^
src.cpp:31:17: error: 'endl' was not declared in this scope
cout<<c<<endl;
^