0_0_32590945_12997.cpp: In function 'int main()':
0_0_32590945_12997.cpp:71:13: error: 'asdfasdfasdf' was not declared in this scope
int ans=0;asdfasdfasdf
^
0_0_32590945_12997.cpp:72:15: error: 'i' was not declared in this scope
for (LL i=1;i*i<=n;i++) {
^
|