#include <iostream>
using namespace std;
int main()
{
int x = 1;
int y = 1;
int total = x + y;
cout << total;
return 0;
}
Code Example |
---|
Cpp :: c++ polymorphism |
Cpp :: c++ comment out multiple lines |
Cpp :: find the graph is minimal spanig tree or not |
Cpp :: put function in cpp |
Cpp :: square gcode |
Cpp :: how to print items in c++ |
Cpp :: age in days in c++ |
Cpp :: input c++ |
Cpp :: ascii allowed in c++ |
Cpp :: Character cin(userInput) in c++ |
Cpp :: balanced brackets in c++ |
Cpp :: tabeau dynamique c++ |
Cpp :: c++ memset |
Cpp :: evennumbers 1 to 100 |
Cpp :: split string in c++ |
Cpp :: find factorial in c++ using class |
Cpp :: c++ concatenate strings |
Cpp :: hashset in cpp |
Cpp :: pointer to pointer c++ |
Cpp :: c++ itoa |
Cpp :: c++ stl |
Cpp :: ue4 endoverlap c++ |
Cpp :: C++ file . |
Cpp :: lap trinh file explorer c++ |
Cpp :: how to use printf with <cinttypes c++ |
Cpp :: find n unique integers sum up to zero |
Cpp :: how to code a game in c++ |
Cpp :: how to find common divisors of two numbers in cpp |
Cpp :: pimpl c++ |
Cpp :: ue4 c++ enum variable declaration |