#include #include using namespace std; int main() { string s, ans; int cnt=0; cin >> s; for (auto &c:s) { if (c!='-') { ans+=c; } } for (int i=0; i