Untitled

 avatar
unknown
plain_text
a year ago
143 B
3
Indexable
#include <iostream>
using namespace std;
int main() {
int a,b;
 
//console input 
cin >> a >> b; 
cout << a+b;
 
    return 0; 
    }
Editor is loading...