https://www.geeksforgeeks.org/output-of-c-program-set-18-3/

 

Print 1 to 100 in C++, without loop and recursion - GeeksforGeeks

Following is a C++ program that prints 1 to 100 without loop and without recursion. filter_none edit close play_arrow link brightness_4 code #include using… Read More »

www.geeksforgeeks.org

루프나 재귀 사용없이 1부터 100까지 출력이라니 ㅋㅋ 

 

여기만큼 잘설명하고 코드 깔끔한데가없다 

 

모던 c++14 까지는 대부분 나와있음

 

머학생때 했던것들 대부분있는데 내가 이 어려운걸 어케했었지 

 

역시 머리가 젊을때 공부해야하나봄 다 까먹어서 기억도안나네

+ Recent posts