Untitled

 avatar
unknown
plain_text
2 years ago
224 B
3
Indexable
#include <iostream>
using namespace std;
int main()
{
int N, M;
cin >> N >> M;
cout <<  " i have_" << N <<  "_robocats" <<  " and " <<  " i have_" << M <<  "_robodogs!" <<  " summary " << (N + M) <<   " animals ";
}
Editor is loading...