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

8 lines
75 B
C

#include <stdio.h>
int main()
{
printf("%d\t%d",3,4);
return 0;
}