最短AC

SP1 TEST - Life, the Universe, and Everything

@[_Acer_](/space/show?uid=71558) @[青行灯](/space/show?uid=19607) 自打脸了,39B: ```cpp main(a){while(gets(&a),a%378)puts(&a);} ```
by tiger0132 @ 2018-08-25 10:25:56


@[tiger0132](/space/show?uid=20791) %%%
by Billy●Herrington @ 2018-09-23 09:51:19


666
by hjxhjx @ 2019-06-17 22:41:48


```cpp #include<iostream> using namespace std;int main(){int i;while(cin>>i && i!=42)cout<<i<<endl;return 0;} ```
by Busters @ 2019-08-25 22:21:25


##### #include<iostream> ##### using namespace std; ##### int main() ##### { ##### int h; ##### while(cin>>h) ##### { ##### if(h==42)break; ##### else cout<<h<<endl; ##### } ##### return 0; ##### }
by sang2008 @ 2019-10-07 10:37:30


考古
by Happynewyear @ 2019-10-31 23:27:21


考古
by tZEROちゃん @ 2020-01-25 13:27:59


洛阳铲……
by Clintikas97 @ 2020-04-07 07:46:52



by 翼德天尊 @ 2020-05-31 20:57:33


铲,
by LuV_Studio @ 2020-06-14 10:58:13


上一页 | 下一页