# | Submission time | Handle | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
285112 | 2020-08-28T10:23:26 Z | 3zp | Discharging (NOI20_discharging) | C++14 | 0 ms | 0 KB |
#include<bits/stdc++.h> #define ll long long using namespace std; main(){ ios_base::sync_with_stdio(false); cin.tie(0); int n; cin>>n; for(int i = 1;i <= n;i++){ cin >> t[i]; } cout<<t[1]*n<<endl; }