#include <iostream> int main(int argc, char** argv) { std::cout << "hello world\n"; return 0; }
첫글은 hello world가 맞지
namespace 랑 ios_base::sync_with_stdio(false); cin.tie(nullptr); 없으니까 허전하네
그러려다가 말았음