QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#307113#7779. Swiss Stageucup-team1565#Compile Error//C++204.4kb2024-01-17 23:19:082024-01-17 23:19:08

詳細信息

answer.code: In function ‘std::vector<Rect> gen_pos(long long int, long long int)’:
answer.code:79:27: error: ‘x’ was not declared in this scope
   79 |     add_rect(ans, Rect(0, x, Ymax - Y, Ymax));
      |                           ^
answer.code: In function ‘void solve()’:
answer.code:161:12: error: ‘X’ was not declared in this scope
  161 |     cin >> X >> Y;
      |            ^
answer.code:161:17: error: ‘Y’ was not declared in this scope
  161 |     cin >> X >> Y;
      |                 ^