题解 | Hello Nowcoder
Hello Nowcoder
https://www.nowcoder.com/practice/6dd1bc8539db4b7199f4972a5dc14bd2
#include <iostream>
using namespace std;
/*int main() {
int a, b;
while (cin >> a >> b) { // 注意 while 处理多个 case
cout << a + b << endl;
}
}
// 64 位输出请用 printf("%lld")*/
int main(){
cout << "Hello Nowcoder!\n";
}
今天是2025年7月22日,我发的第一篇博客的日子
查看21道真题和解析
