Здесь Вы можете найти ответы на многие вопросы или задать свой вопрос!
#include <iostream>
using namespace std;
#define ll long long
#define ld long double
signed main(){
ll a,b;
cin >> a >> b;
for(a; a <= b; a++)
cout << a << " ";
}
можно назвать - собака
или
агент @ мail.ru
qbasic
screen 7
input x
input y
input c
s=x+y/2*c
print "x+y/2*c="; s
end
Популярные вопросы