Problem numbergame
User yanganyi
Submission Time 2023-09-11 14:15:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cc1plus: error: ‘::main’ must return ‘int’
numbergame.cpp: In function ‘int main()’:
numbergame.cpp:30:8: error: redeclaration of ‘long long int t’
30 | int t;
| ^
numbergame.cpp:20:8: note: ‘long long int t’ previously declared here
20 | int t=x-a[i]*b[j];
| ^