// comments...
//
#include <stdio.h>
#include <math.h>
 
int main( void)
{
 
  return 0;
}