change default zeta_C compiler to gcc & complete 10815.c

This commit is contained in:
2024-04-16 03:11:22 +09:00
parent 35f80a6125
commit 6534975013
3 changed files with 61 additions and 1 deletions

11
zeta_C/14425.c Normal file
View File

@@ -0,0 +1,11 @@
#include <stdio.h>
#include <stdlib.h>
int main() {
int N, M;
char[]
scanf("%d %d", &N, &M);
return 0;
}