Untitled
unknown
plain_text
2 years ago
224 B
8
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...