We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1069f49 commit 0496fceCopy full SHA for 0496fce
simple_cpp/main.cpp
@@ -5,7 +5,7 @@ int main() {
5
cin.tie(0); ios_base::sync_with_stdio(0);
6
int a, b;
7
cin >> a >> b;
8
- cout << "Hello, Tsinghua SSSP!" << endl;
+ cout << "Hello, Tsinghua SSSP v1.0!" << endl;
9
cout << "The sum of " << a << " and " << b << " is " << a + b << "." << endl;
10
return 0;
11
}
0 commit comments