제출 #38373

#제출 시각아이디문제언어결과실행 시간메모리
38373daniel_02Bomb (IZhO17_bomb)C++14
0 / 100
76 ms2016 KiB
#include <bits/stdc++.h> using namespace std; bool a; int ans; int main() { int n, m; cin >> n >> m; for (int i = 0; i < n; i++) { for (int j = 0; j < m; j++) { cin >> a; if (!a)ans++; } } cout << ans; }
#Verdict Execution timeMemoryGrader output
Fetching results...