fork download
  1. #include<bits/stdc++.h>
  2. using namespace std;
  3.  
  4. string s;
  5. int dem = 0;
  6.  
  7. int main()
  8. {
  9. while(cin >> s)
  10. {
  11. dem++;
  12. }
  13. cout << dem;
  14. }
  15.  
Success #stdin #stdout 0.01s 5288KB
stdin
Duoi trang quyen da goi he
Dau tuong lua luu lap loe dam bong
stdout
14