제출 #26842

#제출 시각아이디문제언어결과실행 시간메모리
26842TAMREFmain 함수 (BSC_0_0)C++11
100 / 100
0 ms2020 KiB
#include <bits/stdc++.h>
using namespace std;
int main(){
  for(int i=0;i<1e8;i++);
  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...