9 lines
105 B
C
9 lines
105 B
C
|
#include "stdio.h"
|
||
|
#include "stdlib.h"
|
||
|
#include "string.h"
|
||
|
|
||
|
int main() {
|
||
|
|
||
|
|
||
|
return EXIT_SUCCESS;
|
||
|
}
|