QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#281436#7785. Three Rectanglesucup-team2660#Compile Error//C++203.0kb2023-12-10 05:15:112023-12-10 05:15:12

詳細信息

answer.code: In function ‘ll f0()’:
answer.code:29:13: error: expected ‘,’ or ‘;’ before ‘for’
   29 |             for (int i = 0; i < 3; i++){
      |             ^~~
answer.code:29:29: error: ‘i’ was not declared in this scope
   29 |             for (int i = 0; i < 3; i++){
      |                             ^