dxrS @ 2022-12-28 10:15:51
RT,在 C++ 代码中,除了 a+b
都加了空格,看着怪怪的,请求修正码风!(强迫症真的看不下去)
#include <iostream>
#include <cstdio>
using namespace std;
int main()
{
int a,b;
cin >> a >> b;
cout << a+b << endl;
return 0;
}
by dxrS @ 2022-12-28 10:16:01
@chen_zhe
by Adchory @ 2022-12-28 10:17:39
@qwqawaqaq 你可以不看啊,加空格是为了 debug 更容易些。
by dxrS @ 2022-12-28 10:18:36
@Reimu_Hakur 但是 a+b
和前面的结合起来看真的很矛盾
by Sprague_Garundy @ 2022-12-28 10:23:29
@qwqawaqaq
#include
之间没有空格;main()
之间没有空格;a,b
之间没有空格。你咋不说呢?所以洛谷干嘛要满足你码风。
by Dream_Creator @ 2022-12-28 10:24:41
看得懂就行,洛谷没法满足所有人的马蜂。
by K8He @ 2022-12-28 10:26:28
每个人码风都不同,纠结这个无意义吧
让你顺眼了就让别人不顺眼了
实在不行您写个脚本格式化所有代码
by dxrS @ 2022-12-28 10:28:11
@Sprague_Garundy 为什么 include
和 main
会加空格?怎么加空格?
by Sprague_Garundy @ 2022-12-28 10:31:15
@qwqawaqaq
#
后面可以加空格;()
前面可以加空格。by ZQIN_P @ 2022-12-28 10:31:48
@qwqawaqaq 每个人码风都不尽相同,您自己能看懂就好,不要要求所有人一致
by Katz @ 2022-12-28 10:33:35
不想看自己打。