This commit is contained in:
Oleksandr Vyshniakov 2025-10-21 19:59:08 +02:00
parent 1ded3c582b
commit 9bc303a9bc

View File

@ -1,5 +1,7 @@
#include <stdio.h>
#include <ctype.h>
#include <string.h>
#define MAX_SIZE 100
int main() {
return 0;