#include using namespace std; typedef long long ll; signed main(){ ios::sync_with_stdio(false); cin.tie(0); cout << fixed << setprecision(20); string s; getline(cin,s); int n = s.size(); bool pos = true; for(int i=0;i