#include <bits/stdc++.h>
#define ll long long
using namespace std;
int main()
{
ll hadiah; cin >> hadiah;
ll tidaksuka[hadiah];
for (int i=0; i<hadiah; i++){
cin >> tidaksuka[i];
}
ll bingkisan; cin >> bingkisan;
ll isi;
for (int i=0; i<bingkisan; i++){
cin >> isi;
ll isi2[102];
for (int j=0; j<isi; j++){
cin >> isi2[j];
if (j==i){
bingkisan-=1;
}
}
}
cout << bingkisan;
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
0 ms |
344 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
600 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |