Problem finalday
User Pranav
Submission Time 2024-12-09 11:48:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

finalday.cpp: In function ‘int main()’:
finalday.cpp:17:19: error: ‘ni’ was not declared in this scope; did you mean ‘i’?
17 | for (int i =0;i<ni++){
| ^~
| i
finalday.cpp:17:23: error: expected ‘;’ before ‘)’ token
17 | for (int i =0;i<ni++){
| ^
| ;
finalday.cpp:18:14: error: invalid operands of types ‘const char [4]’ and ‘int’ to binary ‘operator*’
18 | cout<<"Yes"*n;
| ~~~~~^~
| | |
| | int
| const char [4]
finalday.cpp:23:21: error: ‘max’ cannot be used as a function
23 | int max = max(sums)
| ^