Program pr;
var norma,total:real;day:integer;
begin
norma:=10;
day:=0;
repeat
day:=day+1;
writeln('День: ',day);
writeln('Норма: ',norma:0:1,' км');
writeln();
total:=total+norma;
norma:=norma*1.1;
until day=7;
writeln();
writeln('Всего: ',total:0:1);
end.
#include <iostream>
using namespace std;
int main()
{
double x1, x2, y1, y2;
cin >> x1 >> y1;
cin >> x2 >> y2;
cout << (x1*x2 > 0 && y1*y2 > 0 ? "Yes" : "No");
}
Неразрывный пробел Ctrl+Shift+пробел
перевод строки, пробел