zadanie
unknown
c_cpp
a year ago
150 B
3
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; }