1. 程式人生 > >資訊學奧賽一本通C++刷題

資訊學奧賽一本通C++刷題

#include<iostream>
#include<cstdio>
using namespace std;
int a,b,c;
int main()
{
cin>>a>>b>>c;
cout<<(a+b)*c;

 } 

大同小異