제출 #1179494

#제출 시각아이디문제언어결과실행 시간메모리
1179494GoBananas69Arranging Shoes (IOI19_shoes)C++20
컴파일 에러
0 ms0 KiB
#include <algorithm>
#include <iostream>
#include <vector>
using namespace std;
typedef long long ll;

ll count_swaps(int[] s){
    return 0;
}

// signed main() {
//     cin.tie(0)->sync_with_stdio(0);

// }

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

shoes.cpp:7:22: error: expected ',' or '...' before 's'
    7 | ll count_swaps(int[] s){
      |                      ^