8 lines
68 B
C
8 lines
68 B
C
|
#include <stdio.h>
|
||
|
|
||
|
#define MAXSIZE 50
|
||
|
|
||
|
int main(){
|
||
|
return 0;
|
||
|
}
|