제출 #500651

#제출 시각아이디문제언어결과실행 시간메모리
500651HelloWorldArranging Shoes (IOI19_shoes)C++17
컴파일 에러
0 ms0 KiB
#include "shoes.h"
ll count_swaps ( vector <int> &v) {
	ll x;
	if (v[0] < 0) {
		x = 0;
		return x;
	}
	x = 1;
	return x;
}

컴파일 시 표준 에러 (stderr) 메시지

shoes.cpp:2:1: error: 'll' does not name a type
    2 | ll count_swaps ( vector <int> &v) {
      | ^~