Problem knockingdominoes_ex
User LordOfTheCookies
Submission Time 2026-06-25 11:21:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

knockingdominoes_ex.cpp: In function ‘int main()’:
knockingdominoes_ex.cpp:18:27: error: expected ‘;’ before ‘i’
18 | for (int i = 1; i <= n i++) {
| ^~
| ;
knockingdominoes_ex.cpp:25:13: error: ‘doomnios’ was not declared in this scope; did you mean ‘doominos’?
25 | if (doomnios[i] > highestValue) {
| ^~~~~~~~
| doominos
knockingdominoes_ex.cpp:28:20: error: ‘doomnios’ was not declared in this scope; did you mean ‘doominos’?
28 | if (i > n (doomnios.size() -1) / 2 ) {
| ^~~~~~~~
| doominos
knockingdominoes_ex.cpp:28:38: error: ‘n’ cannot be used as a function
28 | if (i > n (doomnios.size() -1) / 2 ) {
| ^