Josif_tepe

Untitled

Jan 19th, 2026
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.19 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5.    
  6.     int a, b;
  7.     char c;
  8.    
  9.     cin >> a >> b >> c;
  10.    
  11.    
  12.     if(c == '+') {
  13.        
  14.     }
  15.     return 0;
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment