@ -0,0 +1,17 @@
#include <iostream>
#include <iomanip>
using namespace std;
int main(){
long long a,b[1000],c;
cin >>a;
for(int i=0;i<a;i++){
cin >>b[i];
}
cin >>c;
cout <<b[i]*c<<" ";
return 0;
The note is not visible to the blocked user.