SHARE
TWEET

III for




Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- #include <iostream>
- using namespace std;
- int main() {
- int a,b,x;
- cout <<"Vvedite A";
- cin >> a;
- cout <<"Vvedite B";
- cin >> b;
- if (a<=b); else cout <<"A>B";
- for (x=a; x<=b; x++)
- {
- cout<<x*x*x<<endl;
- }
- return 0;
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.