|
贾博涵
|
12ms |
6.9 MiB |
|
240 Bytes |
2023-11-29 20:15:42 |
|
廖海宇在追杀马牌痞 (liaohaiyu22031)
|
12ms |
7 MiB |
|
221 Bytes |
2023-12-3 13:53:08 |
|
zhangyouze (张佑泽)
|
12ms |
7 MiB |
|
220 Bytes |
2023-12-3 19:31:28 |
|
123 (刘侑昊)
|
15ms |
7 MiB |
|
211 Bytes |
2023-12-7 21:19:38 |
|
焯铠甲,变身,gg爆
|
15ms |
7 MiB |
|
180 Bytes |
2023-12-21 20:15:54 |
|
杨淇瑞 (杨淇瑞29)
|
16ms |
6.9 MiB |
|
200 Bytes |
2023-11-27 20:29:54 |
|
褚博艺
|
16ms |
7.1 MiB |
|
187 Bytes |
2024-1-24 16:16:04 |
|
爱琴海校区-程墨竹-江政含 (jiangzhenghan)
|
17ms |
536 KiB |
|
229 Bytes |
2024-3-12 19:08:11 |
|
崔欧辰
|
17ms |
536 KiB |
C++11 |
230 Bytes |
2024-9-15 10:50:03 |
|
陈思齐
|
18ms |
536 KiB |
C++11(O2) |
273 Bytes |
2024-10-12 22:25:40 |
|
王奥然1
|
18ms |
532 KiB |
C++98 |
217 Bytes |
2024-9-4 21:01:23 |
|
宋坤霖
|
18ms |
532 KiB |
C++11 |
229 Bytes |
2024-9-4 15:26:58 |
|
爱琴海校区-李卓翰 (李卓翰)
|
19ms |
532 KiB |
C++98 |
236 Bytes |
2024-11-9 20:46:59 |
|
77777777
|
19ms |
560 KiB |
C++17 |
265 Bytes |
2024-9-6 16:49:03 |
|
江泽栋
|
19ms |
764 KiB |
|
284 Bytes |
2024-3-14 22:58:26 |
|
用户13500961//foo.cc: In function 'int main()': foo.cc:18:21: error: no match for 'operator<<' (operand types are 'std::istream' {aka 'std::basic_istream<char>'} and 'std::string' {aka 'std::__cxx11::basic_string<char>'}) 18 | cin << a[i].e << " " << a[i].s << endl; | ~~~ ^~ ~~~~~~ | | | | | std::string {aka std::__cxx11::basic_string<char>} | std::istream {aka std::basic_istream<char>} In file included from /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/regex:68, from /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/x86_64-unknown-linux-gnu/bits/stdc++.h:181, from foo.cc:1: /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bits/regex.h:1715:5: note: candidate: 'template<class _Ch_type, class _Ch_traits, class _Bi_iter> std::basic_ostream<_CharT, _Traits>& std::__cxx11::operator<<(std::basic_ostream<_CharT, _Traits>&, const sub_match<_Bi_iter>&)' 1715 | operator<<(basic_ostream<_Ch_type, _Ch_traits>& __os, | ^~~~~~~~ /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bits/regex.h:1715:5: note: template argument deduction/substitution failed: foo.cc:18:29: note: 'std::istream' {aka 'std::basic_istream<char>'} is not derived from 'std::basic_ostream<_CharT, _Traits>' 18 | cin << a[i].e << " " << a[i].s << endl; | ^ In file included from /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/string:54, from /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bitset:52, from /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/x86_64-unknown-linux-gnu/bits/stdc++.h:52: /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bits/basic_string.h:4032:5: note: candidate: 'template<class _CharT, class _Traits, class _Alloc> std::basic_ostream<_CharT, _Traits>& std::operator<<(basic_ostream<_CharT, _Traits>&, const __cxx11::basic_string<_CharT, _Traits, _Alloc>&)' 4032 | operator<<(basic_ostream<_CharT, _Traits>& __os, | ^~~~~~~~ /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bits/basic_string.h:4032:5: note: template argument deduction/substitution failed: foo.cc:18:29: note: 'std::istream' {aka 'std::basic_istream<char>'} is not derived from 'std::basic_ostream<_CharT, _Traits>' 18 | cin << a[i].e << " " << a[i].s << endl; | ^ /nix/store/wl7xs26116sswgw18pnc3yw9r5gxr6hx-gcc-13.3.0/include/c++/13.3.0/bitset:1683:5: note: candidate: 'template<class _CharT, class _Traits, long unsigned int _Nb> std::basic_ostream<_CharT, _Traits>& std::operator<<(basic_ostream<_CharT, (吕浩铭)
|
19ms |
536 KiB |
C++11 |
207 Bytes |
2024-11-9 17:19:17 |
|
叶梓珺
|
19ms |
536 KiB |
|
173 Bytes |
2024-3-19 19:37:08 |
|
龙思颖 (lsy)
|
19ms |
536 KiB |
C++98 |
227 Bytes |
2024-9-13 13:36:11 |
|
ysf.wlanwq.ZJSWL 1922~1991 (韦舒豪)
|
20ms |
764 KiB |
|
203 Bytes |
2024-3-11 19:25:59 |
|
王渝钦
|
20ms |
544 KiB |
C++11 |
211 Bytes |
2024-10-26 8:54:16 |
|
OJ00001 (陈帅)
|
20ms |
532 KiB |
C++11 |
235 Bytes |
2024-9-12 18:20:49 |
|
谢思睿
|
20ms |
768 KiB |
|
186 Bytes |
2024-2-2 20:22:52 |
|
怪盗基德 (蒋吴骥)
|
20ms |
536 KiB |
C++98 |
190 Bytes |
2024-9-4 15:55:59 |
|
姜涞
|
21ms |
532 KiB |
C++98 |
193 Bytes |
2024-10-27 16:24:16 |
|
沈煜恒 (一位老六)
|
21ms |
532 KiB |
C++98 |
207 Bytes |
2024-10-18 18:20:44 |
|
无尽的想象 (谭仕高)
|
21ms |
768 KiB |
|
192 Bytes |
2024-2-17 17:30:41 |
|
张梓宸
|
21ms |
548 KiB |
|
196 Bytes |
2024-3-8 18:10:25 |
|
德栩辰
|
21ms |
532 KiB |
C++11 |
211 Bytes |
2024-11-9 17:04:52 |
|
邱越
|
21ms |
536 KiB |
|
292 Bytes |
2024-4-5 16:44:57 |
|
陆俊言7
|
21ms |
552 KiB |
|
200 Bytes |
2024-3-28 19:35:35 |
|
盗号者不得好死
|
21ms |
532 KiB |
C++11 |
188 Bytes |
2024-11-13 21:40:15 |
|
时代二校-杨林老师-黄浦轩 (黄px)
|
21ms |
532 KiB |
C++11 |
209 Bytes |
2024-10-30 18:25:18 |
|
盛稚涵 (shengzhihan)
|
21ms |
532 KiB |
C++11 |
200 Bytes |
2024-9-4 17:05:13 |
|
杜雨帆
|
21ms |
536 KiB |
C++11 |
209 Bytes |
2024-11-21 20:02:18 |
|
杨诗琪
|
21ms |
532 KiB |
C++11 |
201 Bytes |
2024-11-7 20:14:33 |
|
weixingyu
|
21ms |
532 KiB |
C++11 |
202 Bytes |
2024-11-3 12:11:48 |
|
王晴萱
|
21ms |
532 KiB |
C++11 |
214 Bytes |
2024-11-9 10:09:13 |
|
陈家熠
|
21ms |
764 KiB |
|
210 Bytes |
2024-3-1 19:49:53 |
|
取个名字真难 (13883236511)
|
22ms |
532 KiB |
|
208 Bytes |
2024-3-1 20:08:33 |
|
朱旭垚
|
22ms |
532 KiB |
C++11 |
197 Bytes |
2024-11-10 16:37:57 |
|
My name is Man (钟卓劭)
|
22ms |
532 KiB |
|
338 Bytes |
2024-2-21 14:30:00 |
|
高敏睿
|
22ms |
768 KiB |
|
210 Bytes |
2024-3-30 11:54:16 |
|
肖竣屹
|
22ms |
764 KiB |
C++98 |
225 Bytes |
2024-11-9 17:12:42 |
|
俞伏羲
|
22ms |
768 KiB |
|
186 Bytes |
2024-3-28 17:05:54 |
|
郑皓恩
|
22ms |
532 KiB |
|
221 Bytes |
2024-3-13 21:26:21 |
|
lao_ba
|
22ms |
532 KiB |
|
212 Bytes |
2024-2-29 17:00:38 |
|
killer (yudingyue)
|
22ms |
532 KiB |
C++11(O2) |
198 Bytes |
2024-11-9 8:28:27 |
|
刘师岑
|
22ms |
516 KiB |
C++11 |
210 Bytes |
2024-10-27 16:30:01 |
|
谢垣吉
|
22ms |
524 KiB |
C++98 |
180 Bytes |
2024-10-31 17:52:35 |
|
郑隽霖
|
22ms |
532 KiB |
|
293 Bytes |
2024-3-13 11:23:40 |
|
丁一轩
|
22ms |
536 KiB |
C++98 |
250 Bytes |
2024-11-2 16:27:17 |
|
Ryan
|
22ms |
536 KiB |
|
214 Bytes |
2024-3-31 16:58:41 |
|
杨博文05
|
22ms |
532 KiB |
C++98 |
205 Bytes |
2024-9-1 18:07:16 |
|
王柏川
|
22ms |
532 KiB |
C++11 |
190 Bytes |
2024-11-6 17:33:11 |
|
蔡再原
|
22ms |
532 KiB |
C++11(O2) |
204 Bytes |
2024-11-6 18:40:13 |
|
蔡蕊池
|
22ms |
532 KiB |
|
317 Bytes |
2024-3-9 14:13:16 |
|
cola
|
22ms |
764 KiB |
|
235 Bytes |
2024-3-28 17:10:16 |
|
你猜 (阳晨)
|
22ms |
536 KiB |
C++11 |
220 Bytes |
2024-9-1 14:03:45 |
|
磁悬浮人类 (石御辰)
|
22ms |
532 KiB |
C++11 |
244 Bytes |
2024-11-9 17:22:51 |
|
wxj
|
22ms |
532 KiB |
C++11(O2) |
211 Bytes |
2024-9-5 14:39:38 |
|
张月恒
|
23ms |
552 KiB |
C++11(O2) |
195 Bytes |
2024-11-7 18:27:33 |
|
巴兰尼科夫 维拉切斯拉夫 (用户名123)
|
23ms |
532 KiB |
C++11(O2) |
250 Bytes |
2024-11-23 20:34:53 |
|
逄云皓
|
23ms |
532 KiB |
C++98 |
200 Bytes |
2024-9-6 13:27:46 |
|
谭及轩
|
23ms |
764 KiB |
C++98 |
219 Bytes |
2024-9-6 11:40:45 |
|
王研宸
|
23ms |
532 KiB |
C++11 |
208 Bytes |
2024-9-1 14:02:56 |
|
马化腾 * 4 (zhanlan)
|
23ms |
764 KiB |
C++11 |
191 Bytes |
2024-9-6 16:53:23 |
|
肖茗予
|
23ms |
532 KiB |
C++11 |
225 Bytes |
2024-8-31 22:26:39 |
|
hezixun
|
23ms |
780 KiB |
C++11 |
209 Bytes |
2024-9-4 15:05:49 |
|
肖明旺
|
23ms |
532 KiB |
C++11 |
197 Bytes |
2024-10-27 16:35:28 |
|
黄子轩
|
24ms |
540 KiB |
C++17 |
196 Bytes |
2024-9-6 16:08:59 |
|
可爱酱 (张可忻)
|
36ms |
9.3 MiB |
Python 3 |
133 Bytes |
2024-5-10 16:16:44 |
|
严斯扬1
|
37ms |
9.3 MiB |
Python 3 |
148 Bytes |
2024-7-18 17:49:22 |
|
安闵煜 (anzai)
|
42ms |
9.2 MiB |
Python 3 |
136 Bytes |
2024-7-18 17:28:24 |
|
18602395805
|
186ms |
3.9 MiB |
Python 3 |
117 Bytes |
2024-9-5 20:31:13 |
|
孙启航
|
193ms |
3.8 MiB |
Python 3 |
190 Bytes |
2024-9-5 20:33:03 |