#include <bits/stdc++.h>
using namespace std;
int main()
{
    int x=2,y=3;
    cin>>x>>y;
    int a;
    a=3*x+2*y;
    cout<<a;
    return 0;
}

0 comments

No comments so far...

Information

ID
640
Time
1000ms
Memory
256MiB
Difficulty
7
Tags
# Submissions
32
Accepted
10
Uploaded By