#include<bits/stdc++.h>
using namespace std;
int main(){
string a;
string s;
int b;cin>>b;//没用
while(cin>>a){
s+=a;
}
int number=0;
for(int i=0;i<s.length();i++){
if(s[i]!=' '){
number++;
}
}
cout<<number;
}
0 回复
0 转发
0 喜欢
2 阅读



