Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
test
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <stdio.h> #include <stdlib.h> #include <time.h> int main() { int cus=2; //scanf("%d",&cus); srand (time (0)); if (cus=1){ int r=rand ()%56; printf ("%d",r); } if (cus=2){ int i=0; for(i;i<10;i++){ int s=rand ()%56; printf ("%d\n",s); } } return 0; }
run
|
edit
|
history
|
help
0
Herout (67) - 1
BPC UDP pr3 cv10
scanf.c
Look at the bleeping warnings
Cross Platform Support for sprintf's Format '-Flag
problem_solution_1
BPC UDP pr2 cv10
array of structures
TStack_array
TStack_list