cout<<"helloworld"<<endl problem

#include <iostream>

int main() {
    std::cout << "helloworld" << std::endl;
    return 0;
}