#include void fix() {} void fix1() { } int main() { std::cout << "hello world" << "\n"; return 0; } void dev() { }