zadanie
Anonymous
c_cpp
10/10/2023 5:40 PM
200 B
42
Indexable
#include <iostream>
using namespace std;
int main()
{
for ( int i = 50; i <= 0; i -= 6) ;
{
cout << i << endl;
}
return 0;
}Editor is loading...
#include <iostream>
using namespace std;
int main()
{
for ( int i = 50; i <= 0; i -= 6) ;
{
cout << i << endl;
}
return 0;
}