Solution to the problem number 10071 of UVA - 10071.

Any questions do not hesitate to contact.

#include<bits/stdc++.h>
using namespace std;
int main(){
    int v,t;
    while(scanf("%d%d",&v,&t)==2){
        cout<<2*v*t<<endl;
    }
    return 0;
}

Don't miss anything.

Keep in touch with Isaac Lozano Osorio!