๐๋ฌธ์ ํ์ด
[Python] ๋ฐฑ์ค 2566 ์ต๋๊ฐ | NameError
๊ณผ ๊ฐ์ด 9×9 ๊ฒฉ์ํ์ ์ฐ์ฌ์ง 81๊ฐ์ ์์ฐ์ ๋๋ 0์ด ์ฃผ์ด์ง ๋, ์ด๋ค ์ค ์ต๋๊ฐ์ ์ฐพ๊ณ ๊ทธ ์ต๋๊ฐ์ด ๋ช ํ ๋ช ์ด์ ์์นํ ์์ธ์ง ๊ตฌํ๋ ํ๋ก๊ทธ๋จ์ ์์ฑํ์์ค. ์๋ฅผ ๋ค์ด, ๋ค์๊ณผ ๊ฐ์ด 81๊ฐ์ ์๊ฐ ์ฃผ์ด์ง๋ฉด ์ด๋ค ์ค ์ต๋๊ฐ์ 90์ด๊ณ , ์ด ๊ฐ์ 5ํ 7์ด์ ์์นํ๋ค. ์ฒ์ ์ ์ถํ ์ฝ๋๋ฅผ ๋จผ์ ๋ณด๊ฒ ์ต๋๋ค. *ํ๋ฆฐ ์ฝ๋ ์ ๋๋ค maxN = 0 row = 0 col = 0 for i in range(9): nlist = list(map(int, input().split())) for j in range(9): if nlist[j] > maxN: maxN = nlist[j] row = i+1 col = j+1 print(maxN) print(row, end=" ") print(col) ๋ฌด์์ด ์๋ชป ๋์..
[Python] ๋ฐฑ์ค 10807 ๊ฐ์์ธ๊ธฐ
input() nlist = list(map(int, input().split())) v = int(input()) count = 0 for n in nlist: if v == n: count += 1 print(count) ๋ฐ๋ก ์ค๋ช ์ ํ์ง์๋๋ก ํ๊ฒ ์ต๋๋ค ๊ถ๊ธํ ์ ์ด ์๋ค๋ฉด ๋๊ธ ๋ฌ์์ฃผ์ธ์!
Notion Database
https://sin-young.notion.site/cbf6c7a3f75546f3a19a5f315d7521ea?v=0e0a79c426664e62ba7dfdd25568560e Baekjoon A new tool for teams & individuals that blends everyday work apps into one. sin-young.notion.site ๋ธ๋ก๊ทธ์ ์์ฑํ์ง ์์ ๋ฌธ์ ํ์ด๋ฅผ ํด๋น ๋ฐ์ดํฐ๋ฒ ์ด์ค์์ ์ฐพ์๋ณด์ค ์ ์์ต๋๋ค.