Job 18971

Owner
Lilian Ciobanu
Problem
Compress
Contest
MindCoding 2017 Round 2 Bosch (Div. 1)
Source
1.33KB
Result
Accepted

Compiler output

prog.cpp: In function 'int main()':
prog.cpp:25:26: warning: 'p3' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return ((char)('0' + i));
                          ^
prog.cpp:65:30: note: 'p3' was declared here
    int dd = 5555555, p1, p2, p3;
                              ^
prog.cpp:25:26: warning: 'p2' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return ((char)('0' + i));
                          ^
prog.cpp:65:26: note: 'p2' was declared here
    int dd = 5555555, p1, p2, p3;
                          ^
prog.cpp:25:26: warning: 'p1' may be used uninitialized in this function [-Wmaybe-uninitialized]
   return ((char)('0' + i));
                          ^
prog.cpp:65:22: note: 'p1' was declared here
    int dd = 5555555, p1, p2, p3;
                      ^

Results

Test numberResultTime
1Ok0.7792s
2Ok0.9007s
3Ok0.9081s
4Ok0.9772s
5Ok0.9459s
6Ok0.9647s
7Ok1.0636s
8Ok0.2501s
Questions?

Sponsors Gold