- Owner
- Andrei Udriste
- Problem
- Bits
- Contest
- MindCoding 2017 Round 2 Bosch (Div. 1)
- Source
- 1.33KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:15:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d", &T); ^ prog.cpp:11:14: warning: unused variable 'x' [-Wunused-variable] long long n, x, T; ^
Results
Test number Result Time 1 Wrong answer 0.2438s