0_0_33867834_2019.cpp: In function 'int main()':
0_0_33867834_2019.cpp:6:19: error: 'gets' was not declared in this scope
while(gets(str[0])) {
^
0_0_33867834_2019.cpp:17:5: error: 'cout' was not declared in this scope
cout<<'*';
^
0_0_33867834_2019.cpp:24:12: error: 'endl' was not declared in this scope
cout<<endl;
^
0_0_33867834_2019.cpp:37:6: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_33867834_2019.cpp:37:12: error: 'endl' was not declared in this scope
cout<<endl;
^
0_0_33867834_2019.cpp:40:12: error: 'cout' was not declared in this scope
} else cout<<' ';
^
0_0_33867834_2019.cpp:44:6: error: 'cout' was not declared in this scope
cout<<" *";
^
0_0_33867834_2019.cpp:53:12: error: 'cout' was not declared in this scope
} else cout<<" ";
^
0_0_33867834_2019.cpp:55:4: error: 'cout' was not declared in this scope
cout<<endl;
^
0_0_33867834_2019.cpp:55:10: error: 'endl' was not declared in this scope
cout<<endl;
^
0_0_33867834_2019.cpp:58:65: error: 'printf' was not declared in this scope
printf("A B C D E F G H I J K L M N O P Q R S T U V W X Y Z\n");
^
|