#include<iostream>
#include<iomanip>
using namespace std;
int main()
{
int T1, T2, T3, T4;
cin >> T1 >> T2 >> T3 >> T4;
cout << (T1 + T2 + T3 + T4) - 3 << endl;
return 0;
}
Code Example |
---|
Cpp :: how to fix class friendship errors in c++ |
Cpp :: unreal get eobjecttypequery cpp´ |
Cpp :: exp() c++ |
Cpp :: convert set to vector c++ |
Cpp :: what are specialized classes c++ |
Cpp :: qt qchar to lower |
Cpp :: ue4 find component c++ |
Cpp :: print linkedstack cpp |
Cpp :: pairs |
Cpp :: tostring c++ |
Cpp :: did greeks write c++ codes? |
Cpp :: c++ cmd program run in background |
Cpp :: c++ replace character in string |
Cpp :: c++ srand() |
Cpp :: c++ remove whitespace from string |
Cpp :: qt qstring to double |
Cpp :: recursive binary search |
Cpp :: c++ vector add only unique elements |
Cpp :: math in section title latex |
Cpp :: remove at index vector c++ |
Cpp :: c++ read integers from file |
Cpp :: cpp split string by space |
Cpp :: opencv c++ hello world |
Cpp :: pow in c++ |
Cpp :: queue in c++ |
Cpp :: how to read and parse a json file with rapidjson |
Cpp :: c++ type casting |
Cpp :: vector of strings initialization c++ |
Cpp :: how to declare a function in c++ |
Cpp :: c++ create multidimensional vector |