- Owner
- Popovici Andrei Sorin
- Problem
- Registration Plates
- Contest
- MindCoding 2016 Round 4 (Div. 1)
- Source
- 1.14KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:36:8: warning: unused variable 'i' [-Wunused-variable] int n,i,j,t,res,ok; ^ prog.cpp:36:10: warning: unused variable 'j' [-Wunused-variable] int n,i,j,t,res,ok; ^ prog.cpp:36:12: warning: unused variable 't' [-Wunused-variable] int n,i,j,t,res,ok; ^ prog.cpp:36:14: warning: unused variable 'res' [-Wunused-variable] int n,i,j,t,res,ok; ^
Results
Test number Result Time 1 Wrong answer 0.2568s