QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#571630#6385. SwordskheiramihoubCompile Error//C++14828b2024-09-18 01:45:562024-09-18 01:45:57

Details

answer.code: In function ‘int main()’:
answer.code:18:26: error: ‘a’ was not declared in this scope
   18 |             if(i != j && a[i]!= a[j] && d[i]!= d[j] && syoufa[j].first >= syoufa[i].first && syoufa[j].second >= syoufa[i].second){
      |                          ^
answer.code:18:41: error: ‘d’ was not declared in this scope
   18 |             if(i != j && a[i]!= a[j] && d[i]!= d[j] && syoufa[j].first >= syoufa[i].first && syoufa[j].second >= syoufa[i].second){
      |                                         ^