0_0_36081326_20125.cpp: In function 'int main()':
0_0_36081326_20125.cpp:10:3: error: 'String' was not declared in this scope
String str="";
^
0_0_36081326_20125.cpp:11:10: error: 'str' was not declared in this scope
cin >> str;
^
0_0_36081326_20125.cpp:12:3: error: 'inr' was not declared in this scope
inr num=0;
^
0_0_36081326_20125.cpp:15:5: error: 'num' was not declared in this scope
num++;
^
0_0_36081326_20125.cpp:18:11: error: 'num' was not declared in this scope
cout << num << endl;
^
|