Run Code
|
API
|
Code Wall
|
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
VS struct name enumerate
Regex success
3 sayinin toplami
Postfix side effect returning 2
Shadow pointer member variable
VC++ Template Comment
No UD
Not an overflow
Redeclare with auto
Removing __unaligned specifier partial solution