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