Submission #60510597
Source Code Expand
Copy
#include <bits/extc++.h>using namespace std;int n, t[110], v[110], now=1, ans;int main(){cin >> n;for(int i=1; i<=n; ++i){cin >> t[i] >> v[i];}for(int i=t[1]; now <= n; ++i){if(ans > 0){ans --;}if(t[now] == i && now <= n){ans += v[now];now ++;}}cout << ans;}
#include <bits/extc++.h> using namespace std; int n, t[110], v[110], now=1, ans; int main(){ cin >> n; for(int i=1; i<=n; ++i){ cin >> t[i] >> v[i]; } for(int i=t[1]; now <= n; ++i){ if(ans > 0){ ans --; } if(t[now] == i && now <= n){ ans += v[now]; now ++; } } cout << ans; }
Submission Info
Submission Time | |
---|---|
Task | A - Humidifier 1 |
User | Newbie114 |
Language | C++ 17 (gcc 12.2) |
Score | 150 |
Code Size | 400 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 3668 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 150 / 150 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt |
All | 00_sample_00.txt, 00_sample_01.txt, 00_sample_02.txt, 01_test_00.txt, 01_test_01.txt, 01_test_02.txt, 01_test_03.txt, 01_test_04.txt, 01_test_05.txt, 01_test_06.txt, 01_test_07.txt, 01_test_08.txt, 01_test_09.txt, 01_test_10.txt, 01_test_11.txt, 01_test_12.txt, 01_test_13.txt, 01_test_14.txt, 01_test_15.txt, 01_test_16.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_sample_00.txt | AC | 1 ms | 3480 KB |
00_sample_01.txt | AC | 1 ms | 3516 KB |
00_sample_02.txt | AC | 1 ms | 3668 KB |
01_test_00.txt | AC | 1 ms | 3480 KB |
01_test_01.txt | AC | 1 ms | 3596 KB |
01_test_02.txt | AC | 1 ms | 3472 KB |
01_test_03.txt | AC | 1 ms | 3484 KB |
01_test_04.txt | AC | 1 ms | 3508 KB |
01_test_05.txt | AC | 1 ms | 3604 KB |
01_test_06.txt | AC | 1 ms | 3524 KB |
01_test_07.txt | AC | 1 ms | 3600 KB |
01_test_08.txt | AC | 1 ms | 3404 KB |
01_test_09.txt | AC | 1 ms | 3404 KB |
01_test_10.txt | AC | 1 ms | 3464 KB |
01_test_11.txt | AC | 1 ms | 3492 KB |
01_test_12.txt | AC | 1 ms | 3604 KB |
01_test_13.txt | AC | 1 ms | 3596 KB |
01_test_14.txt | AC | 1 ms | 3600 KB |
01_test_15.txt | AC | 1 ms | 3600 KB |
01_test_16.txt | AC | 1 ms | 3452 KB |