제출 #500657

#제출 시각아이디문제언어결과실행 시간메모리
500657HelloWorldArranging Shoes (IOI19_shoes)C++17
10 / 100
1 ms280 KiB
#include "shoes.h"
using namespace std;
using ll = long long;
ll count_swaps ( vector <int> s) {
	ll x;
	if (s[0] < 0) {
		x = 0;
		return x;
	}
	x = 1;
	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...