pvjc25/a1/c1.c

9 lines
87 B
C
Raw Normal View History

2025-02-25 10:20:35 +00:00
#include <stdio.h>
int main(){
int c = 0;
while(1){
c = getchar();
}
return 0;
}