- Owner
- Ungureanu Stefan-Adrian
- Problem
- Office
- Contest
- MindCoding 2017 Test Round (Div. 1)
- Source
- 0.23KB
- Result
- Compile error (Non-zero exit status: 1)
Compiler output
prog.cpp: In function 'int main()': prog.cpp:11:9: error: 's' was not declared in this scope s=s+i; ^ prog.cpp:12:9: error: 's' was not declared in this scope if (s%2==0) ^ prog.cpp:7:9: warning: unused variable 'flairP' [-Wunused-variable] int flairP = 15; ^