제출 #1175641

#제출 시각아이디문제언어결과실행 시간메모리
1175641boeing2Mecho (IOI09_mecho)C++20
4 / 100
0 ms528 KiB
#include <bits/stdc++.h> using namespace std; int main(){ ios_base::sync_with_stdio(0),cin.tie(0); cout << "-1"; }
#Verdict Execution timeMemoryGrader output
Fetching results...