Last indexation completed on 2024-11-24 05:23:02 UTC
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 01:52:33 | |||
config.json | 181 bytes | 2024-02-11 01:52:33 | - | ||
main.cpp | 745 bytes | 2024-02-11 01:52:33 | 2024-11-24 05:05:21 | include <QtCore/QSet> |
|
main.cpp.expected | 1108 bytes | 2024-02-11 01:52:33 | - | ||
qset.cpp | 134 bytes | 2024-02-11 01:52:33 | 2024-11-24 05:05:21 | include <QtCore/QSet> void test() { QSet<int> s1, s2; s1.intersects(s2); // OK s1.intersect(s2).isEmpty(); // Warning } |
|
qset.cpp.expected | 110 bytes | 2024-02-11 01:52:33 | - |