Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
5º Questão VS - 1º Sem. 2017
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
//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.
Show compiler warnings
[
+
]
Show input
Compilation time: 0.12 sec, absolute running time: 0.14 sec, cpu time: 0 sec, memory peak: 3 Mb, absolute service time: 0,45 sec
edit mode
|
history
|
discussion
A R I E V I L O E D O D A G L A S E D A D I S R E V I N U