0_0_32278018_28590.cpp: In function 'int main()':
0_0_32278018_28590.cpp:90:8: error: 'cin' was not declared in this scope
while(cin>>n)
^
0_0_32278018_28590.cpp:105:3: error: 'cout' was not declared in this scope
cout << ans << endl;
^
0_0_32278018_28590.cpp:105:18: error: 'endl' was not declared in this scope
cout << ans << endl;
^
|