QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#522558 | #1139. Stations | TAhmed33# | Compile Error | / | / | C++20 | 1.1kb | 2024-08-17 01:45:49 | 2024-08-17 01:45:50 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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); | ~~~~~^~~~~~~~~~~~~~~~