Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
#31
#include <iostream> void zakres( int x, int y ) { while (x <= y) { std::cout << x << ", "; x++; } std::cout << "koniec" << std::endl; } int main() { zakres( 1, 5 ); zakres( 8, - 1 ); zakres( 10, 10 ); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
cv4_template
hangman
template test
VC++
Thing
student.h
Eight Queen
karma legacy "variant" with attr_cast
C++ exception
Increment pointer to struct
Please log in to post a comment.