제출 #696492

#제출 시각아이디문제언어결과실행 시간메모리
696492hkoiif-else 문 1 (BSC_0_8)C++17
100 / 100
1 ms300 KiB
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >> n; if (n) cout << "non"; cout << "zero\n"; }
#Verdict Execution timeMemoryGrader output
Fetching results...