QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#524841 | #800. Triangles | egypt_ioi2024_02# | Compile Error | / | / | C++23 | 1.1kb | 2024-08-20 09:36:52 | 2024-08-20 09:36:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:40:32: error: inconsistent types ‘bool’ and ‘int’ deduced for lambda return type 40 | return 1; | ^ answer.code:42:32: error: inconsistent types ‘bool’ and ‘int’ deduced for lambda return type 42 | return 0; | ^