# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
743068 | 2023-05-17T07:44:43 Z | vjudge1 | Lightning Rod (NOI18_lightningrod) | C++17 | 1667 ms | 304 KB |
#include<bits/stdc++.h> using namespace std; #define iii tuple<int,int,int> int n; int cnt = 0; int main() { ios_base::sync_with_stdio(0); cin.tie(0); cin >> n; int recent; cnt = n; for(int i=1;i<=n;++i) { int x,y; cin >> x >> y; if(y == 1 && recent == 0) --cnt; if(y == 0 && recent == 1) --cnt; recent = y; } cout << cnt; return 0; }
Compilation message
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1423 ms | 304 KB | Output is correct |
2 | Correct | 1404 ms | 304 KB | Output is correct |
3 | Correct | 1474 ms | 296 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 | 1667 ms | 300 KB | Output isn't correct |
2 | Halted | 0 ms | 0 KB | - |
# | 결과 | 실행 시간 | 메모리 | Grader output |
---|---|---|---|---|
1 | Correct | 1423 ms | 304 KB | Output is correct |
2 | Correct | 1404 ms | 304 KB | Output is correct |
3 | Correct | 1474 ms | 296 KB | Output is correct |
4 | Incorrect | 1 ms | 212 KB | Output isn't correct |
5 | Halted | 0 ms | 0 KB | - |