11170 0의 개수 문제풀이 #include #include using namespace std; void fast_io(void) { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); } int main() { fast_io(); int t; cin >> t; while (t--) { int n, m, cnt = 0; cin >> n >> m; for (int i = n; i