제출 #38366

#제출 시각아이디문제언어결과실행 시간메모리
38366daniel_02Bomb (IZhO17_bomb)C++14
0 / 100
0 ms2016 KiB
#include <bits/stdc++.h>



using namespace std;


int main()
{
    srand(time(0));
    
    
    cout << rand() % 100 + 2;
}


#Verdict Execution timeMemoryGrader output
Fetching results...