#include<iostream> using namespace std; int main() { int l,w; cin>>l>>w; cout<<(l+w)*2; return 0; }
Using your lizikid universal account