0_0_11692567_13171.cpp:1:10: #include expects "FILENAME" or <FILENAME>
0_0_11692567_13171.cpp: In function `int main()':
0_0_11692567_13171.cpp:6: error: `cin' undeclared (first use this function)
0_0_11692567_13171.cpp:6: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11692567_13171.cpp:10: error: name lookup of `i' changed for new ISO `for' scoping
0_0_11692567_13171.cpp:8: error: using obsolete binding at `i'
0_0_11692567_13171.cpp:11: error: `sort' undeclared (first use this function)
0_0_11692567_13171.cpp:13: error: `cout' undeclared (first use this function)
0_0_11692567_13171.cpp:14: error: `endl' undeclared (first use this function)
|