Untitled
unknown
plain_text
9 months ago
239 B
9
Indexable
#include <iostream>
using namespace std;
int main()
{
int a,b;
cin>>a>>b;
cout<<a+b<<endl;
/*
a<-0
b<-0
citeste a
citeste b
arata a + b
*/
return 0;
}
Editor is loading...
Leave a Comment