Problem laptop
User Reverberate
Submission Time 2024-06-13 17:20:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

laptop.cpp: In function ‘int main()’:
laptop.cpp:13:13: error: redeclaration of ‘long long int t’
13 | int t, k; cin >> t >> k;
| ^
laptop.cpp:12:13: note: ‘long long int t’ previously declared here
12 | for(int t = 0, i = 0, j =0; t < n; t++){
| ^