QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#883177 | #9961. Cows | WarrnaCute | Compile Error | / | / | C++98 | 2.5kb | 2025-02-05 15:04:34 | 2025-02-05 15:04:35 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘bool check(int)’: answer.code:8:23: error: ‘>>’ should be ‘> >’ within a nested template argument list 8 | vector<pair<int,int>> D; | ^~ | > > answer.code: In function ‘int main()’: answer.code:85:9: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 85 | scanf("%d",&n); | ~~~~~^~~~~~~~~ answer.code:87:12: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 87 | scanf("%d",&A[i]); | ~~~~~^~~~~~~~~~~~