0_0_35153241_8063.cpp:1:19: error: stray '#' in program
Presentation Error#include<iostream>
^
0_0_35153241_8063.cpp:1:1: error: 'Presentation' does not name a type
Presentation Error#include<iostream>
^
0_0_35153241_8063.cpp:6:1: error: 'string' does not name a type
string s;
^
0_0_35153241_8063.cpp: In function 'int main()':
0_0_35153241_8063.cpp:9:13: error: 'cin' was not declared in this scope
getline(cin, s);
^
0_0_35153241_8063.cpp:9:18: error: 's' was not declared in this scope
getline(cin, s);
^
0_0_35153241_8063.cpp:9:19: error: 'getline' was not declared in this scope
getline(cin, s);
^
0_0_35153241_8063.cpp:27:19: error: 'printf' was not declared in this scope
printf(" ");
^
|