InnaSibirova

Плюс/минус

Nov 8th, 2019
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main() {
  4. int a;
  5. cin >> a;
  6. if(a >> 31 == -1) {
  7.     cout << '-';
  8.    
  9. }
  10. else {
  11.     cout << '+';
  12. }
  13.    
  14. }
Add Comment
Please, Sign In to add comment