kone
코딩해요
코딩해요

cpp hello world

05/17/2025, 15:21:13
C/C++
5384 views · 0 likes


#include <iostream> 

int main(int argc, char** argv) 
{ 
    std::cout << "hello world\n"; 
    return 0; 
}





첫글은 hello world가 맞지

0
2 comments
05/17/25
namespace 랑 ios_base::sync_with_stdio(false); cin.tie(nullptr); 없으니까 허전하네
05/17/25 Edited 05/17/25
그러려다가 말았음