Problem | 4sum |
---|---|
User | RandomCtfNoob |
Submission Time | 2025-02-12 16:44:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
4sum.cpp: In function ‘int main()’:
4sum.cpp:5:7: error: ‘sync_with_stdio’ is not a member of ‘std’
5 | std::sync_with_stdio(false);
| ^~~~~~~~~~~~~~~