#include<iostream>
using namespace std;
int ck,tmp;
int main()
{
ios_base::sync_with_stdio(0),cin.tie(0);
int n; cin>>n;
for(int i = 1; i<=n; ++i){
int x,y; cin>>x>>y;
if(i>1 && tmp!=y) ck = 1;
tmp = y;
}
if(!ck){
cout<<n;
return 0;
}
}
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1506 ms |
6436 KB |
Output is correct |
2 |
Correct |
1410 ms |
4576 KB |
Output is correct |
3 |
Correct |
1520 ms |
4520 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
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 |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
1454 ms |
212 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
1506 ms |
6436 KB |
Output is correct |
2 |
Correct |
1410 ms |
4576 KB |
Output is correct |
3 |
Correct |
1520 ms |
4520 KB |
Output is correct |
4 |
Incorrect |
1 ms |
212 KB |
Output isn't correct |
5 |
Halted |
0 ms |
0 KB |
- |