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