Facebook
From Capacious Parakeet, 6 Years ago, written in C++.
This paste is a reply to Re: Re: Re: Untitled from Corrupt Capybara - go back
Embed
Viewing differences between Re: Re: Re: Untitled and Re: Re: Re: Re: Untitled
#include 

using namespace std;
int a, b, i;
float reszta;
a,b,c,i;
int main()
{
    cout << "Podaj poczatek zakresu" <     cin>>a;
    cout << "Podaj koniec zakresu" <     cin>>b;
    for(i=a;i<=b;i++)
    {
        reszta=i%3;
        if(reszta==0){
            cout<<"Liczba "<< i <<" jest podzielna przez 3"<         }
if(a>b) {
    c=a;
    a=b;
    b=c;
    }
    for(i=b; i>=a; i-=7){
        cout<
    }
    return 0;
}

Replies to Re: Re: Re: Re: Untitled rss

Title Name Language When
Re: Re: Re: Re: Re: Untitled Social Treeshrew cpp 6 Years ago.