0_0_11412446_30907.cpp:1:9: #include expects "FILENAME" or <FILENAME>
0_0_11412446_30907.cpp:2:9: #include expects "FILENAME" or <FILENAME>
0_0_11412446_30907.cpp:3: error: `__int64' does not name a type
0_0_11412446_30907.cpp: In function `int main()':
0_0_11412446_30907.cpp:7: error: `__int64' undeclared (first use this function)
0_0_11412446_30907.cpp:7: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_11412446_30907.cpp:7: error: expected `;' before "sum"
0_0_11412446_30907.cpp:8: error: `scanf' undeclared (first use this function)
0_0_11412446_30907.cpp:8: error: `EOF' undeclared (first use this function)
0_0_11412446_30907.cpp:11: error: `a' undeclared (first use this function)
0_0_11412446_30907.cpp:11: error: `memset' undeclared (first use this function)
0_0_11412446_30907.cpp:12: error: `b' undeclared (first use this function)
0_0_11412446_30907.cpp:13: error: `sum' undeclared (first use this function)
0_0_11412446_30907.cpp:60: error: `printf' undeclared (first use this function)
|