제출 #742178

#제출 시각아이디문제언어결과실행 시간메모리
742178sword060Logičari (COCI21_logicari)C++17
0 / 110
1 ms212 KiB
#include <bits/stdc++.h>
using namespace std;
int main(){
	ios::sync_with_stdio(0);cin.tie(0);
	int x; cin>>x;
	cout<<(x/2);
	return 0;
}
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…
#결과 실행 시간메모리채점기 출력
결과를 불러오는 중입니다…