0_0_39077103_26260.cpp: In function 'int main()':
0_0_39077103_26260.cpp:8:5: error: 'sring' was not declared in this scope
8 | sring s;
| ^~~~~
0_0_39077103_26260.cpp:9:17: error: 's' was not declared in this scope
9 | while (cin>>s&&s!="#")
| ^
0_0_39077103_26260.cpp:25:13: error: 'count' was not declared in this scope
25 | count<<s<<endl;
| ^~~~~
|