8 lines
90 B
C
8 lines
90 B
C
#include <stdio.h>
|
|
#include <string.h>
|
|
|
|
#define MAX_SIZE 100
|
|
|
|
int main() {
|
|
return 0;
|
|
} |