Submission #3072138
Source Code Expand
Copy
#if !defined(__clang__) && defined(__GNUC__) #include <bits/stdc++.h> #else #include <cstdlib> #include <climits> #include <iostream> #include <cstdint> #include <vector> #include <string> #include <complex> #include <bitset> #include <queue> #include <deque> #include <stack> #include <utility> #include <set> #include <map> #include <unordered_set> #include <unordered_map> #include <regex> #endif // !defined(__clang__) && defined(__GNUG__) #include <boost/lexical_cast.hpp> #include <boost/algorithm/string.hpp> #include <boost/multi_array.hpp> #include <boost/optional.hpp> #include <boost/math/common_factor_rt.hpp> using namespace std; int main() { int64_t N, i; std::cin >> N >> i; // std::string S; // std::cin >> S; std::cout << N - i + 1<< std::endl; return 0; }
Submission Info
Submission Time | |
---|---|
Task | A - Train |
User | sumomoneko |
Language | C++14 (GCC 5.4.1) |
Score | 100 |
Code Size | 805 Byte |
Status | AC |
Exec Time | 1 ms |
Memory | 256 KB |
Judge Result
Set Name | Sample | All | ||||
---|---|---|---|---|---|---|
Score / Max Score | 0 / 0 | 100 / 100 | ||||
Status |
|
|
Set Name | Test Cases |
---|---|
Sample | 0_00.txt, 0_01.txt, 0_02.txt |
All | 0_00.txt, 0_01.txt, 0_02.txt, 1_00.txt, 1_01.txt, 1_02.txt, 1_03.txt, 1_04.txt |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
0_00.txt | AC | 1 ms | 256 KB |
0_01.txt | AC | 1 ms | 256 KB |
0_02.txt | AC | 1 ms | 256 KB |
1_00.txt | AC | 1 ms | 256 KB |
1_01.txt | AC | 1 ms | 256 KB |
1_02.txt | AC | 1 ms | 256 KB |
1_03.txt | AC | 1 ms | 256 KB |
1_04.txt | AC | 1 ms | 256 KB |