1058 A+B in Hogwarts (20 point(s))

#include<iostream> #include<cstdio> using namespace std; int main() { long long a, b, c, d, e, f; scanf("%lld.%lld.%lld %lld.%lld.%lld", &a, &b, &c, &d, &e, &f); long long sum = f + c + (b + e) * 2
相關文章
相關標籤/搜索