#include <iostream> #include <string> using namespace std; int main() { string s; cin >> s; int cnt = 0; int num_cnt = 0; return 0; }
To embed this project on your website, copy the following code and paste it into your website's HTML: