main function

void main()

Implementation

void main() {
  stdin.readLineSync();
  printsum(10);
}