QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#471339 | #8049. Equal Sums | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 3.6kb | 2024-07-10 20:38:44 | 2024-07-10 20:38:46 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:113:131: error: ‘start’ was not declared in this scope 113 | if(n == 500)cout << " time : " << double(chrono::duration_cast <chrono::microseconds> (chrono::high_resolution_clock::now() - start).count()) / 1000.0000 << '\n'; | ^~~~~