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