Problem duckhunt15
User StormyGood
Submission Time 2025-11-17 09:42:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

duckhunt15.cpp: In function ‘int main()’:
duckhunt15.cpp:8:6: error: redeclaration of ‘long long int x’
8 | int x = x%998244353;
| ^
duckhunt15.cpp:6:6: note: ‘long long int x’ previously declared here
6 | int x;
| ^