QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#107898 | #4. Gap | juruocjl | Compile Error | / | / | C++17 | 360b | 2023-05-23 07:22:08 | 2023-05-23 07:22:12 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘ll findGap(int, int)’: answer.code:12:38: error: ‘chkmx’ was not declared in this scope 12 | for(int i=2;i<=n;i++)chkmx(ans,a[i]-a[i-1]); | ^~~~~