#include <iostream>
using namespace std;
int main()
{
int s, a, b;
cout << "Vvedite dliny, shiriny: ";
cin >> a >> b;
s=a*b;
cout << "S= " << s;
}
Объяснение:
Язык C++
program thm;
var
a, b, c: integer;
begin
writeln('Enter A');
readln(a);
writeln('Enter B');
readln(B);
s:= a * b;
writeln('S = ', S);
end.
#include <iostream>
using namespace std;
int main()
{
int s, a, b;
cout << "Vvedite dliny, shiriny: ";
cin >> a >> b;
s=a*b;
cout << "S= " << s;
}
Объяснение:
Язык C++
program thm;
var
a, b, c: integer;
begin
writeln('Enter A');
readln(a);
writeln('Enter B');
readln(B);
s:= a * b;
writeln('S = ', S);
end.
Объяснение: