12 lines
93 B
C
12 lines
93 B
C
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
int main(void){
|
||
|
|
||
|
printf()
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|