Run ID:94282

提交时间:2024-10-20 11:01:52

#include <iostream> using namespace std; int main() { int n; while (cin >> n) { 1+2+n=? } return 0; }