9 lines
67 B
C
9 lines
67 B
C
|
#include <stdio.h>
|
||
|
|
||
|
int
|
||
|
main ()
|
||
|
{
|
||
|
printf ("OK\n");
|
||
|
return 0;
|
||
|
}
|