12 lines
117 B
C
12 lines
117 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
|
|
int main(int argc, const char **argv)
|
|
{
|
|
|
|
|
|
|
|
return 0;
|
|
}
|