This commit is contained in:
2025-11-23 14:46:42 +07:00
parent ea9b7361fa
commit 12e5a28710
10 changed files with 1120 additions and 13 deletions
+9
View File
@@ -0,0 +1,9 @@
#include "head.h"
int main(int argc, char *argv[]){
int buff[BUFFMAX];
int x[XMAX];
return 0;
}