Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
TID-CALCULATOR
program td; Var Carte,C , N :real; T :integer; begin Readln (T); if T >= 1584 then begin T:= (T-1584); Carte := ((T+1)/48); C :=((frac (Carte))*48); N :=((T/48)+1); if c = 0 then begin Writeln ('Circuit Numéro :' ,48 ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 3' ); end else begin Writeln ('Circuit Numéro :' ,Round(C) ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 3' ); end end else if T >= 768 then begin T:= T-768; Carte := ((T+1)/48); C :=((frac (Carte))*48); N :=((t/48)+1); if c = 0 then begin Writeln ('Circuit Numéro :' ,48 ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 2' ); end else begin Writeln ('Circuit Numéro :' ,Round(C) ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 2' ); end end else begin Carte := ((T+1)/48); C :=((frac (Carte))*48); N :=((t/48)+1); if c = 0 then begin Writeln ('Circuit Numéro :' ,48 ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 1' ); end else begin Writeln ('Circuit Numéro :' ,Round(C) ); Writeln ('La carte Numéro:' ,trunc (N) ); Writeln ('Shelf Numéro: 1' ); end end end.
run
|
edit
|
history
|
help
0
test06
Pasha
Trabajo pascal
Random_1
Tugas
Стандартные функции в паскале round, trunc, int, frac
zadacha6
mult_matrix.pas
1
zad27-notoptimal