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