pvjc26/a3/program.c
2026-03-30 05:51:35 +00:00

6 lines
68 B
C

#include <stdlib.h>
#include <stdio.h>
int main() {
return 0;
}