pvjc25/a1/c1.c
2025-02-25 11:20:35 +01:00

9 lines
87 B
C

#include <stdio.h>
int main(){
int c = 0;
while(1){
c = getchar();
}
return 0;
}