#12936: 哪裡錯= =?


kagerou (一ノ瀬帆波)


#include <iostream>
using namespace std;

int main(){
long int x;
cin >> x;
cout << (~x+1);
}

#12937: Re:哪裡錯= =?


justinO__o (夜貓)


#include
using namespace std;

int main(){
long int x;
cin >> x;
cout << (~x+1);
}




他是要保持正

可是你會把正的變負0u0