백준

#include int main() { int num; int max = 0; int pos = 0; for (int i = 0; i max) { max = num; pos = i+1; } } printf("%d\n%d", max, pos); return 0; } 🧡 pos = i + 1 10818번 최소, 최대 참고
imname1am
'백준' 태그의 글 목록