- #include <stdio.h>
- #include <stdlib.h>
- int main()
- {
- printf("请全屏观看哦");
- system("pause")
- while(1>0)
- {
- printf("0101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101010101101010101");
- }
- return 0;
- }
复制代码 |