This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package joe; | |
import java.util.*; | |
public class HW3_20101062_1 { | |
public static void main(String[] args){ | |
// 1~100 사이의 임의의 값을 얻어서 answer 에 저장한다. | |
int cnt = 0, input = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package joe; | |
import java.util.*; | |
import java.lang.*; | |
import java.io.*; | |
class Check{ |
NewerOlder