Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
newwork
//clang 3.8.0 #include <stdio.h> #include<conio.h> #include <string.h> #define SAMPLE "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. " int main(void) { int i; int l = strlen(SAMPLE); for(i =0; i<400; i++) { clrscr(); printf("%.*s", l-i%l, SAMPLE+i%l); printf("%.*s\n", i%l, SAMPLE); } return 0; }
run
|
edit
|
history
|
help
0
Bin Tree build
MergeSort
Изволов#2
CPP - Pointers - Ex.3
typeid
ShoppingList
XML parsing with regex
Dar
Job Scheduling
String match with test