0_0_17767521_12543.cpp: In function 'int main()':
0_0_17767521_12543.cpp:19:9: error: 'a' was not declared in this scope
a=(long long)sqrt(a);
^
0_0_17767521_12543.cpp:22:13: error: 'cout' was not declared in this scope
cout<<"1"<<endl;
^
0_0_17767521_12543.cpp:22:24: error: 'endl' was not declared in this scope
cout<<"1"<<endl;
^
0_0_17767521_12543.cpp:29:17: error: 'cout' was not declared in this scope
cout<<"2"<<endl;
^
0_0_17767521_12543.cpp:29:28: error: 'endl' was not declared in this scope
cout<<"2"<<endl;
^
0_0_17767521_12543.cpp:36:21: error: 'cout' was not declared in this scope
cout<<"3"<<endl;
^
0_0_17767521_12543.cpp:36:32: error: 'endl' was not declared in this scope
cout<<"3"<<endl;
^
0_0_17767521_12543.cpp:43:25: error: 'cout' was not declared in this scope
cout<<"4"<<endl;
^
0_0_17767521_12543.cpp:43:36: error: 'endl' was not declared in this scope
cout<<"4"<<endl;
^
0_0_17767521_12543.cpp:51:29: error: 'cout' was not declared in this scope
cout<<"5"<<endl;
^
0_0_17767521_12543.cpp:51:40: error: 'endl' was not declared in this scope
cout<<"5"<<endl;
^
0_0_17767521_12543.cpp:55:29: error: 'cout' was not declared in this scope
cout<<"TAT"<<endl;
^
0_0_17767521_12543.cpp:55:42: error: 'endl' was not declared in this scope
cout<<"TAT"<<endl;
^
|