메카인의 지식창고
strtok() 문자를 지정해서 문자열을 나눠 받는 함수
2022.09.13
·
코딩 공부/TIL
https://blockdmask.tistory.com/382
EOF(파일의 끝)으로 코드 끝내기
2022.08.29
·
코딩 공부/TIL
#include int main(){ int a,b; int trigger=1; while(trigger){ scanf("%d %d",&a,&b); int c=getchar(); if(c==EOF){ break; } printf("%d\n",a+b); } }
각 언어마다 입출력을 빠르게 하는 법
2022.08.27
·
코딩 공부/TIL
https://www.acmicpc.net/problem/15552
이전
1
···
12
13
14
15
다음
티스토리툴바