#include <bits/stdc++.h> using namespace std; int n; string str, strn; int cnt = 0; int main() { getline(cin, strn); n = stoi(strn); getline(cin, str); for (int i = 0; i < n; i++) if (str[i] != ' ' && str[i] != '\n') cnt++; cout << cnt << endl; return 0; }
注册一个 DashOJ 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。
使用您的 DashOJ 通用账户