Advertisement
DaniDori

недоделанный код

Dec 24th, 2022
1,209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.23 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3. int main()
  4. {
  5.     int left, right=1, up=1, count = 0, max;
  6.     cin >> left;
  7.     while (left != 0)
  8.     {
  9.         if (left < up && right < up)
  10.             count++;
  11.         else
  12.         {
  13.             if
  14.    
  15.     }
  16.    
  17.     cout << max;
  18.  
  19. }
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement