0_0_38242141_1722.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_38242141_1722.cpp: In function 'int main()':
0_0_38242141_1722.cpp:10:1: error: 'cin' was not declared in this scope
cin>>t;
^
0_0_38242141_1722.cpp:12:1: error: 'string' was not declared in this scope
string a;
^
0_0_38242141_1722.cpp:19:13: error: 'a' was not declared in this scope
getline(cin,a);
^
0_0_38242141_1722.cpp:19:14: error: 'getline' was not declared in this scope
getline(cin,a);
^
0_0_38242141_1722.cpp:21:13: error: expected primary-expression before ';' token
int count = ;
^
0_0_38242141_1722.cpp:23:13: error: expected primary-expression before ';' token
for(int i = ;a[i]!='\0';i++)
^
0_0_38242141_1722.cpp:26:10: error: expected primary-expression before '||' token
if(a[i]< || a[i]>)
^
0_0_38242141_1722.cpp:26:18: error: expected primary-expression before ')' token
if(a[i]< || a[i]>)
^
0_0_38242141_1722.cpp:32:1: error: 'cout' was not declared in this scope
cout<
^
0_0_38242141_1722.cpp:34:1: error: expected primary-expression before '}' token
}
^
0_0_38242141_1722.cpp:36:1: error: return-statement with no value, in function returning 'int' [-fpermissive]
return ;
^
|