Advertisement
dimapi

Untitled

Oct 19th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Pascal 0.14 KB | None | 0 0
  1.  { 2 }
  2. //время=(копии+1)*0,6666666666666666(или 2/3)
  3. var C : integer;
  4. begin
  5.   ReadLn(C);
  6.   WriteLn(Round((C+1)*2/3));
  7. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement