Untitled
unknown
plain_text
2 years ago
280 B
6
Indexable
#include <iostream> using namespace std; int main(){ int N, M, V; cin >> N >> M; V = N + M; cout << "i have" << "_" << N << "_" << "robocats"<<" "<<"and" <<" " << "_" << M << "_" << "robodogs!"<<endl; cout << "Summary-" << "_" << V << "_" << "animals"; }
Editor is loading...