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