我写了如下一段,但是没有效果,求人指点,谢谢!
#include <stdio.h>#include <stdlib.h>
int main(){ printf("aaa\n"); system("clr"); printf("bbb\n"); getchar(); return 1;}