8 lines
93 B
C
8 lines
93 B
C
|
#include <stdio.h>
|
||
|
#include <string.h>
|
||
|
#include <stdlib.h>
|
||
|
|
||
|
int main(){
|
||
|
return 0;
|
||
|
}
|