제출 #1102208

#제출 시각아이디문제언어결과실행 시간메모리
1102208akzytrArranging Shoes (IOI19_shoes)C++17
컴파일 에러
0 ms0 KiB
#include <bits/stdc++.h> typedef long long ll; using namespace std; // Negative: Left shoe // Positive: Right shoe ll count_swaps(vector<int> S) { return s[0] > 0; }

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

shoes.cpp: In function 'll count_swaps(std::vector<int>)':
shoes.cpp:9:9: error: 's' was not declared in this scope
    9 |  return s[0] > 0;
      |         ^