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