qfedu-c-level/day4/homework/h4.c

8 lines
75 B
C
Raw Permalink Normal View History

2023-07-08 16:27:14 +08:00
#include <stdio.h>
int main()
{
printf("%d\t%d",3,4);
return 0;
}