December 2018 1 23 Report
Pomże ktoś?
Zadanie w języku c++.
Moje rozwiązanie jest takie.

#include

using namespace std;

int main ()
{
int N;
cin >> N;
if (N%100==0)
{
cout << "TAK";
}
else
{
cout << "NIE";
}
}

ale wychodzi źle, bo tylko 50 %. Dziekuje z góry za pomoc.

More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.