Kita-Hot

Untitled

Jun 28th, 2024
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.13 KB | None | 0 0
  1. var
  2.   s1,s2,s3,s4: longint;
  3. begin
  4.   readln(s1);
  5.   s2:=s1+s1+s1+s1;
  6.   s3:=s1+2;
  7.   writeln(s1,'+',s1,'+',s1,'+',s1,'=',s2);
  8. end.
  9.  
Add Comment
Please, Sign In to add comment