Submission #332628

#TimeUsernameProblemLanguageResultExecution timeMemory
332628YJUPower Plant (JOI20_power)C++14
Compilation error
0 ms0 KiB

Compilation message (stderr)

power.cpp: In function 'int main()':
power.cpp:44:36: error: 'sum' was not declared in this scope
   44 |  REP(i,n)if(s[i]=='1')col[i+1]=1,++sum;
      |                                    ^~~
power.cpp:45:5: error: 'sum' was not declared in this scope
   45 |  if(sum>=2)ans=2;else ans=sum;
      |     ^~~