0_0_13805660_28735.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13805660_28735.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13805660_28735.cpp: In function 'void Add(int, int)':
0_0_13805660_28735.cpp:10:3: error: expected ')' before 'bit'
bit[x] += v;
^
0_0_13805660_28735.cpp: At global scope:
0_0_13805660_28735.cpp:13:1: error: expected declaration before '}' token
}
^
|