#include <iostream> using namespace std; int i1 = 1; int i2 = 1; int main() { i1 = i1 + i2; cout<<i1<<endl; }