fork(1) download
  1. /**
  2.  * Day la file bai nop mau, chi co tac dung giup thi sinh hieu ro hon ve cach lam bai.
  3.  * File bai lam cua thi sinh khong duoc phep co ham main.
  4. **/
  5.  
  6. #include "guess.h" // DAY LA DONG BAT BUOC O DAU CHUONG TRINH
  7. #include <bits/stdc++.h>
  8. using namespace std;
  9.  
  10. // Thi sinh co the khai bao them cac bien toan cuc,
  11. // hoac viet them ham mot cach tuy y, nhung khong duoc co ham main.
  12.  
  13. // Thi sinh bat buoc phai co ham duoi day:
  14. pair<int, int> play(int subtask_id) {
  15. bool gspvh = check(97);
  16. bool cute = check(227);
  17. return make_pair(22, 7);
  18. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:6:10: fatal error: guess.h: No such file or directory
 #include "guess.h" // DAY LA DONG BAT BUOC O DAU CHUONG TRINH
          ^~~~~~~~~
compilation terminated.
stdout
Standard output is empty