#include<bits/stdc++.h> using namespace std; int main() { int a,b,c,d,e,f; cin >> a >> b >> c >> d >> e; f=a+b+c+d+e; cout << f << endl; }
By signing up a CZOJ universal account, you can submit code and join discussions in all online judging services provided by us.
Using your CZOJ universal account