
06. Introduction and practice of engineering computer(Deep coding)(1)
[toc] 공학컴퓨터입문및실습 과제6 가위바위보 게임(여러번 실행) #define _CRT_SECURE_NO_WARNINGS #include <time.h> #include <stdio.h> #include <stdlib.h> int main(void) { int user = 0; int win = 0; ...
