- Owner
- Mitja Žalik
- Problem
- Decl
- Source
- 0.79KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:9:6: warning: unused variable 'stevec' [-Wunused-variable] int stevec, stevec1; ^ prog.cpp:9:14: warning: unused variable 'stevec1' [-Wunused-variable] int stevec, stevec1; ^ prog.cpp:45:25: warning: 'velikost' may be used uninitialized in this function [-Wmaybe-uninitialized] cout<<(stevec*velikost)<<'\n'; ^
Results
Test number Result Time 1 Ok 0.2579s