Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
kill
//gcc 5.4.0 #include <stdio.h> int main(void) { int x; int b; scanf("%d",&x); printf("x=%d\n",x); // while (isalnum(x)){ while(x>0){ scanf("%d\n",&x); printf("%d\n",x); if(x>b) b=x; } printf("%d",b); }
run
|
edit
|
history
|
help
0
My C Code
PRACTICA LISTA
swap two numbers without arithematic operators
2-dimension array got area by malloc()
bit shift and mask
Simple Fork
part2final
Basic String Compression in C
a
TAREA M4 - LOTERIA