#include #include using namespace std; int main() { string a; cin>>a; if(a[0]==0) cout<<a<<endl; else cout<<"-"<<a<<endl; return 0; }
使用您的 aoj 通用账户