Submission #233823

#TimeUsernameProblemLanguageResultExecution timeMemory
233823jam_xd_Detecting Molecules (IOI16_molecules)C++17
Compilation error
0 ms0 KiB
#include "molecules.h" #include "bits/stdc++.h" using namespace std; vector<int> find_subset(int l, int u, vector<int> w) { int gg = w[0], funcionaaa = w.size(), sum = 0; bool afirmo; vector<int>covid; vector<int>nada; bro = 0; for(int i=0;i<funcionaaa;i++){ if(sum + gg <= max(l,u)){ sum = sum + gg; covid.push_back(bro); } if(sum >= max(l,u)){ return sol; } } } //:v ?? //wEy Ya :"v aiuda xd

Compilation message (stderr)

molecules.cpp: In function 'std::vector<int> find_subset(int, int, std::vector<int>)':
molecules.cpp:15:1: error: 'bro' was not declared in this scope
 bro = 0;
 ^~~
molecules.cpp:15:1: note: suggested alternative: 'bzero'
 bro = 0;
 ^~~
 bzero
molecules.cpp:22:10: error: 'sol' was not declared in this scope
   return sol;
          ^~~
molecules.cpp:9:6: warning: unused variable 'afirmo' [-Wunused-variable]
 bool afirmo;
      ^~~~~~