- Owner
- Stoica Alexandru Stefan
- Problem
- Flip
- Source
- 2.23KB
- Result
- Time Limit Exceeded
Compiler output
prog.cpp: In function 'int main()': prog.cpp:152:37: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=] printf("%d %d %d\n", &x, &l1, &r1); ^ prog.cpp:152:37: warning: format '%d' expects argument of type 'int', but argument 3 has type 'int*' [-Wformat=] prog.cpp:152:37: warning: format '%d' expects argument of type 'int', but argument 4 has type 'int*' [-Wformat=]
Results
Test number Result Time 1 Time Limit Exceeded 1.2343s