답안 #797311

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
797311 2023-07-29T09:08:57 Z tlnk07 Logičari (COCI21_logicari) C++17
0 / 110
1 ms 212 KB
#include<bits/stdc++.h>
using namespace std;

long long n;

int main()
{
	cin >> n;
	if(n % 4 == 0)	cout << n / 2;
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Incorrect 1 ms 212 KB Output isn't correct
2 Halted 0 ms 0 KB -