September 2018 1 17 Report

Czemu mi to nie działa?

#include <iostream>

using namespace std;

int main()
{

int suma = 0;
for(int i=23;i<=2011;i++)
{
if(i%18==0)
{
suma++;
}
}
cout << suma << endl;
return 0;
}


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.