Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight)) |
|||
(다른 사용자 한 명의 중간 판 2개는 보이지 않습니다) | |||
1번째 줄: | 1번째 줄: | ||
==C== | ==C== | ||
{{카타|8급|C|6}} | {{카타|8급|C|6}} | ||
< | <syntaxhighlight lang='C'> | ||
int index(int *array, int size, int n) { | int index(int *array, int size, int n) { | ||
if( size<=n ) return -1; | if( size<=n ) return -1; | ||
return pow(array[n],n); | return pow(array[n],n); | ||
} | } | ||
</ | </syntaxhighlight> |
2020년 11월 2일 (월) 02:42 기준 최신판
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.