Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
nomer3
var a,b,n,nch:longint; begin Assign(input,'input.txt'); reset(input); Assign(output,'output.txt'); rewrite(output); read(a,b); n:=(b-a)+1; while(a mod 7<>0) do begin a:=a+1; end; while(b mod 7<>0) do begin b:=b-1; end; nch:=(b div 7)-(a div 7)+1; writeln(n-nch); end.
run
|
edit
|
history
|
help
0
practica 5 ejercicio 6
practica 11 ejercicio 1
ruteo
Вычисление cos(x) с помошью ряда Тейлора
kiem_tra_nguyen_to
test5
Huong11a2@
0
codigo
test23