結果
問題 | No.2920 Blood Type |
ユーザー | 👑 p-adic |
提出日時 | 2024-10-14 11:30:54 |
言語 | cLay (20240714-1) |
結果 |
CE
|
実行時間 | - |
コード長 | 108 bytes |
コンパイル時間 | 1,943 ms |
コンパイル使用メモリ | 169,544 KB |
最終ジャッジ日時 | 2024-10-14 11:30:58 |
合計ジャッジ時間 | 2,379 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
コンパイルエラー時のメッセージ・ソースコードは、提出者また管理者しか表示できないようにしております。(リジャッジ後のコンパイルエラーは公開されます)
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
ただし、clay言語の場合は開発者のデバッグのため、公開されます。
コンパイルメッセージ
main.cpp: In function ‘int main()’: main.cpp:96:14: error: no match for ‘operator<’ (operand types are ‘int’ and ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}) 96 | for(s=(0);s<(S);s++){ | ~^~~~ | | | | | std::string {aka std::__cxx11::basic_string<char>} | int In file included from /usr/include/c++/11/regex:63, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:110, from main.cpp:4: /usr/include/c++/11/bits/regex.h:1099:5: note: candidate: ‘template<class _BiIter> bool std::__cxx11::operator<(const std::__cxx11::sub_match<_BiIter>&, const std::__cxx11::sub_match<_BiIter>&)’ 1099 | operator<(const sub_match<_BiIter>& __lhs, const sub_match<_BiIter>& __rhs) | ^~~~~~~~ /usr/include/c++/11/bits/regex.h:1099:5: note: template argument deduction/substitution failed: main.cpp:96:17: note: mismatched types ‘const std::__cxx11::sub_match<_BiIter>’ and ‘int’ 96 | for(s=(0);s<(S);s++){ | ^ In file included from /usr/include/c++/11/regex:63, from /usr/include/x86_64-linux-gnu/c++/11/bits/stdc++.h:110, from main.cpp:4: /usr/include/c++/11/bits/regex.h:1180:5: note: candidate: ‘template<class _Bi_iter, class _Ch_traits, class _Ch_alloc> bool std::__cxx11::operator<(std::__cxx11::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>&, const std::__cxx11::sub_match<_BiIter>&)’ 1180 | operator<(const __sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>& __lhs, | ^~~~~~~~ /usr/include/c++/11/bits/regex.h:1180:5: note: template argument deduction/substitution failed: main.cpp:96:17: note: mismatched types ‘std::__cxx11::__sub_match_string<_Bi_iter, _Ch_traits, _Ch_alloc>’ and ‘int’ 96 | for(s=(0);s<(S);s++){ | ^ In file included from /usr/include/c++/11/regex:63, from /usr/inclu
ソースコード
string@S,@T,a[4]{};rep(s,S)rep(t,T){set<char>X{s,t};a[X.count('A')*2+X.count('B')]++;}wt(a[2],a[1],a[3],*a);