Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main()
- {
- int left, right=1, up=1, count = 0, max;
- cin >> left;
- while (left != 0)
- {
- if (left < up && right < up)
- count++;
- else
- {
- if
- }
- cout << max;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement