제출 #889086

#제출 시각아이디문제언어결과실행 시간메모리
889086svazArranging Shoes (IOI19_shoes)C++14
컴파일 에러
0 ms0 KiB
#include "shoes.h" #include<iostream> #include<vector> using namespace std; long long count_swaps(std::vector<int> S){ if(S.size()==2){ if(S[0]>s[1])return 1; return 0; } return S.size()/2; } /*int main(){ int n,zap; cin>>n; for(int i=0;i<n*2;i++){ cin>>zap; zapatos.push_back(zap); } cout<<count_swaps(zapatos)<<"\n"; return 0; }*/

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

shoes.cpp: In function 'long long int count_swaps(std::vector<int>)':
shoes.cpp:7:17: error: 's' was not declared in this scope
    7 |         if(S[0]>s[1])return 1;
      |                 ^