QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#175065#7109. Traveling on the Axisucup-team1452#Compile Error//C++141.6kb2023-09-10 15:59:242023-09-10 15:59:24

詳細信息

answer.code: In function ‘void solve()’:
answer.code:37:12: error: missing template arguments before ‘f’
   37 |     vector f(n + 1,vector(2, 0ll));
      |            ^
answer.code:42:9: error: ‘f’ was not declared in this scope
   42 |         f[x][0]++;
      |         ^