#include<stdio.h>
int main() {
printf("hello, world!\n");
int result = 0;
REPORT_RESULT();
return 0;
}