0_0_8832479_11006.cpp:1:19: cstdio.h: No such file or directory
0_0_8832479_11006.cpp:2:20: cstring.h: No such file or directory
0_0_8832479_11006.cpp:7: error: `i' was not declared in this scope
0_0_8832479_11006.cpp:8: error: expected `,' or `;' before '{' token
0_0_8832479_11006.cpp: In function `void add(int, int)':
0_0_8832479_11006.cpp:15: error: `lowbit' cannot be used as a function
0_0_8832479_11006.cpp: In function `int sum(int)':
0_0_8832479_11006.cpp:22: error: `lowbit' cannot be used as a function
0_0_8832479_11006.cpp: At global scope:
0_0_8832479_11006.cpp:27: error: `main' must return `int'
0_0_8832479_11006.cpp: In function `int main(...)':
0_0_8832479_11006.cpp:28: error: `scanf' undeclared (first use this function)
0_0_8832479_11006.cpp:28: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_8832479_11006.cpp:29: error: `memset' undeclared (first use this function)
0_0_8832479_11006.cpp:37: error: `printf' undeclared (first use this function)
|