Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
5º Questão VS - 1º Sem. 2017
//fpc 3.0.0 // Questão V - VS - 1º Semestre de 2017 program Questao_V; uses crt; var texto : string; comp, n : integer; begin texto := 'UNIVERSIDADE SALGADO DE OLIVEIRA'; comp := length(texto); n := comp; while n > 0 do begin writeln(copy(texto,n,1)); n := n-1; end; end.
run
|
edit
|
history
|
help
0
buscar_numero_V2_divisible_5
Dd
Sorted list implemenation using a stack and insertion sort
считалочка06
zad27-notoptimal
5
For6
2
practica 7 ejercicio 5
Определение стенки с максимальной высотой