Tag: problem: (D) Travel Card Solution in C/C++

Codeforces Round #393 (Div. 2) (8VC Venture Cup 2017 – Final Round Div. 2 Edition), problem: (D) Travel Card Solution in C/C++

#include <stdio.h> #define SIZE 100010 struct ride { int cost, t; } r; int main() { int i, j, n; scanf(“%d”, &n); r.t = r.cost =...

Want to stay up to date with the latest news?

We would love to hear from you! Please fill in your details and we will stay in touch. It's that simple!