- Owner
- Mitja Žalik
- Problem
- 2AM Rule
- Source
- 1.73KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:57:23: warning: 'lowerbound' may be used uninitialized in this function [-Wmaybe-uninitialized] if(i==lowerbound || s[i-1] == '['){//+ in - ne smeta biti na zaÄetku ^ prog.cpp:27:37: warning: 'upperbound' may be used uninitialized in this function [-Wmaybe-uninitialized] for(int i=lowerbound; i<upperbound-1; i++){ ^
Results
Test number Result Time 1 Wrong answer 0.2604s