C++ 程序:计算 12 月份回国后的集中隔离结束日期
#include
int main() { int x; cin >> x;
int y = x + 13; // 集中隔离结束的日期为回国日期+13
cout << y << endl;
return 0;
}
原文地址: https://www.cveoy.top/t/topic/oahc 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
#include
int main() { int x; cin >> x;
int y = x + 13; // 集中隔离结束的日期为回国日期+13
cout << y << endl;
return 0;
}
原文地址: https://www.cveoy.top/t/topic/oahc 著作权归作者所有。请勿转载和采集!