Sign in
or
Register
Courses
Textbook
Compiler
Contests
Topics
Courses
C++. Nozioni di base
(C++) Subroutine: procedure e funzioni - 1
Module:
(C++) Subroutine: procedure e funzioni - 1
Problem
5
/12
Due opzioni
Problem
Scrivi una procedura che accetti due parametri – un numero naturale
N
e una stringa
S
– e visualizza la stringa
S
ripetendola
N
volte.
Esempi
#
Input
Uscita
1
3
bene
okokok
1000
ms
256 Mb
Rules for program design and list of errors in automatic problem checking
Teacher commentary