0_0_13802100_22136.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802100_22136.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13802100_22136.cpp: In function 'int main()':
0_0_13802100_22136.cpp:8:5: error: 'cinT' was not declared in this scope
cinT;
^
0_0_13802100_22136.cpp:11:9: error: 'cinn' was not declared in this scope
cinn;
^
0_0_13802100_22136.cpp:14:13: error: expected ';' before 'cinnum'
cinnum;
^
0_0_13802100_22136.cpp:14:13: error: 'cinnum' was not declared in this scope
0_0_13802100_22136.cpp:14:19: error: expected ')' before ';' token
cinnum;
^
0_0_13802100_22136.cpp:16:16: error: 'nummax' was not declared in this scope
if(nummax) max=num;
^
0_0_13802100_22136.cpp:19:13: error: 'sum' was not declared in this scope
if(sum-max=max-1) cout
^
0_0_13802100_22136.cpp:19:17: error: 'max' was not declared in this scope
if(sum-max=max-1) cout
^
0_0_13802100_22136.cpp:19:30: error: 'cout' was not declared in this scope
if(sum-max=max-1) cout
^
0_0_13802100_22136.cpp: At global scope:
0_0_13802100_22136.cpp:22:5: error: expected unqualified-id before 'return'
return 0;
^
0_0_13802100_22136.cpp:23:1: error: expected declaration before '}' token
}
^
|