#include <iostream>
void test() {
}
int main() {
std::cout << "hello world" << "\n";
test();
return 0;