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