0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-11-08 18:38:47 +00:00

feat: use '\n' instead of std::endl

This commit is contained in:
Baoshuo Ren 2022-01-27 10:15:16 +08:00
parent 5fa8f6edbe
commit 24ef7d44f2
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -23,7 +23,7 @@
"",
"using std::cin;",
"using std::cout;",
"using std::endl;",
"#define endl '\\n'",
"",
"int main() {",
" $0",