제출 #362421

#제출 시각아이디문제언어결과실행 시간메모리
362421nighthallo비교 (balkan11_cmp)C++14
0 / 100
1166 ms82540 KiB
#include "cmp.h"

void remember(int n) {
  //edit this
  bit_set(13);
}

int compare(int b) {
  //edit this
  return bit_get(13);
}

#Verdict Execution timeMemoryGrader output
Fetching results...