Submission #562747

#TimeUsernameProblemLanguageResultExecution timeMemory
562747Halym2007Arranging Shoes (IOI19_shoes)C++17
10 / 100
18 ms3000 KiB

#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
ll count_swaps(vector <int> S) {
if (S[0] < 0 and S[1] > 0) {
  return 0;
  }
  else return 1;;
}
#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...