Дамп всех задач
This commit is contained in:
17
Pascal/wiles/Program7.pas
Normal file
17
Pascal/wiles/Program7.pas
Normal file
@@ -0,0 +1,17 @@
|
||||
var a,b,n,diff:integer;
|
||||
begin
|
||||
Readln(a);
|
||||
b:=a;
|
||||
while a <> 0 do begin
|
||||
n:=n+1;
|
||||
b:=b div 10;
|
||||
end;
|
||||
writeln(n);
|
||||
end.
|
||||
________
|
||||
/ ___ |
|
||||
/ / | |
|
||||
/ / |
|
||||
|
|
||||
/ / | |
|
||||
/ _/ |_|
|
||||
Reference in New Issue
Block a user