0_0_33343892_24859.cpp:3:1: error: 'include' does not name a type
include<iostream>
^
0_0_33343892_24859.cpp: In function 'int main()':
0_0_33343892_24859.cpp:8:3: error: 'cout' was not declared in this scope
cout<<"000"<<endl;
^
0_0_33343892_24859.cpp:8:16: error: 'endl' was not declared in this scope
cout<<"000"<<endl;
^
|