Borderou de evaluare (job #2620129)
Utilizator | Data | 28 mai 2020 15:48:22 | |
---|---|---|---|
Problema | Aparate | Status | done |
Runda | Junior Challenge 2020 Runda 1 | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:177:18: error: 'chrono' has not been declared
auto start = chrono::high_resolution_clock::now();
^~~~~~
main.cpp:206:17: error: 'chrono' has not been declared
auto stop = chrono::high_resolution_clock::now();
^~~~~~
main.cpp:207:21: error: 'chrono' has not been declared
auto duration = chrono::duration_cast<chrono::milliseconds>(stop - start);
^~~~~~
main.cpp:207:43: error: 'chrono' has not been declared
auto duration = chrono::duration_cast<chrono::milliseconds>(stop - start);
^~~~~~
main.cpp: In constructor 'InputReader::InputReader(const char*)':
main.cpp:45:43: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
fread(buffer, SIZE, 1, input_file);
^
main.cpp: In member function 'void InputReader::advance()':
main.cpp:73:47: warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
fread(buffer, SIZE, 1, input_file);
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !