QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#522558#1139. StationsTAhmed33#Compile Error//C++201.1kb2024-08-17 01:45:492024-08-17 01:45:50

Details

stations.code: In function ‘int find_next_station(int, int, std::vector<int>)’:
stations.code:41:40: error: ‘S’ was not declared in this scope
   41 |                         if (IN(j) < IN(S)) {
      |                                        ^
grader_stations.cpp: In function ‘int main(int, char**)’:
grader_stations.cpp:8:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
    8 |         scanf("%d", &phaseid);
      |         ~~~~~^~~~~~~~~~~~~~~~