제출 #720127

#제출 시각아이디문제언어결과실행 시간메모리
720127vjudge1JJOOII 2 (JOI20_ho_t2)C++17
0 / 100
1 ms212 KiB
#include<bits/stdc++.h>
using namespace std;

int n,k;
string s;

int main(){
  ios_base::sync_with_stdio(0),cin.tie(0);
  cin >> n >> k >> s;
  cout << -1;

  return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...