Problem lis_easy
User jasmine
Submission Time 2023-11-10 10:06:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lis_easy.cpp: In function ‘int main()’:
lis_easy.cpp:12:34: error: expected ‘;’ before ‘)’ token
12 | for(int a = 0; a < (i - 1), ++a){
| ^
| ;
lis_easy.cpp:20:18: error: expected ‘;’ before ‘<’ token
20 | for(int i = 0, i < no; ++i){
| ^~
| ;
lis_easy.cpp:20:19: error: expected primary-expression before ‘<’ token
20 | for(int i = 0, i < no; ++i){
| ^
lis_easy.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
lis_easy.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^