제출 #204335

#제출 시각아이디문제언어결과실행 시간메모리
204335ADJAArranging Shoes (IOI19_shoes)C++14
10 / 100
5 ms256 KiB
#include "shoes.h"

long long count_swaps(std::vector<int> s) {
  int result = 0;
  if (s[0] > 0) {
    result++;
  }
  return result;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...