0_0_14706587_4346.cpp: In function 'int main()':
0_0_14706587_4346.cpp:16:9: error: expected unqualified-id before 'int'
int num = 0;
^
0_0_14706587_4346.cpp:22:17: error: 'num' was not declared in this scope
num++;
^
0_0_14706587_4346.cpp:29:28: error: 'num' was not declared in this scope
if(Max + Min <= l) num++;
^
0_0_14706587_4346.cpp:31:24: error: 'num' was not declared in this scope
printf("%d\n", num);
^
|