Problem toxic2
User reporter
Submission Time 2024-03-26 22:51:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:9:9: error: declaration of ‘int n’ shadows a parameter
9 | int t, n; cin >> t >> n;
| ^