0_0_28825044_32521.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include <iostream>
^
0_0_28825044_32521.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include <iomanip>
^
0_0_28825044_32521.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include <sstream>
^
0_0_28825044_32521.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
#include <cstring>
^
0_0_28825044_32521.cpp:12:10: error: #include expects "FILENAME" or <FILENAME>
#include <cstdlib>
^
0_0_28825044_32521.cpp:14:10: error: #include expects "FILENAME" or <FILENAME>
#include <cctype>
^
0_0_28825044_32521.cpp:16:10: error: #include expects "FILENAME" or <FILENAME>
#include <cstdio>
^
0_0_28825044_32521.cpp:18:10: error: #include expects "FILENAME" or <FILENAME>
#include <string>
^
0_0_28825044_32521.cpp:20:10: error: #include expects "FILENAME" or <FILENAME>
#include <bitset>
^
0_0_28825044_32521.cpp:22:10: error: #include expects "FILENAME" or <FILENAME>
#include <cmath>
^
0_0_28825044_32521.cpp:24:10: error: #include expects "FILENAME" or <FILENAME>
#include <ctime>
^
0_0_28825044_32521.cpp:26:10: error: #include expects "FILENAME" or <FILENAME>
#include <queue>
^
0_0_28825044_32521.cpp:28:10: error: #include expects "FILENAME" or <FILENAME>
#include <stack>
^
0_0_28825044_32521.cpp:30:10: error: #include expects "FILENAME" or <FILENAME>
#include <list>
^
0_0_28825044_32521.cpp:32:10: error: #include expects "FILENAME" or <FILENAME>
#include <map>
^
0_0_28825044_32521.cpp:34:10: error: #include expects "FILENAME" or <FILENAME>
#include <set>
^
0_0_28825044_32521.cpp: In function 'void geteuler()':
0_0_28825044_32521.cpp:112:2: error: 'nbsp' was not declared in this scope
mst(euler,0);
^
0_0_28825044_32521.cpp:64:38: error: 'memset' was not declared in this scope
#define mst(a,b) memset(a,b,sizeof(a))
^
0_0_28825044_32521.cpp:112:15: note: in expansion of macro 'mst'
mst(euler,0);
^
0_0_28825044_32521.cpp: In function 'void init()':
0_0_28825044_32521.cpp:138:2: error: 'nbsp' was not declared in this scope
fac[0]=0;
^
0_0_28825044_32521.cpp: In function 'll cal(int)':
0_0_28825044_32521.cpp:160:2: error: 'nbsp' was not declared in this scope
ll res=0;
^
0_0_28825044_32521.cpp: In function 'void solve()':
0_0_28825044_32521.cpp:182:2: error: 'nbsp' was not declared in this scope
geteuler();
^
0_0_28825044_32521.cpp: In function 'int main()':
0_0_28825044_32521.cpp:214:2: error: 'nbsp' was not declared in this scope
// freopen("","r",stdin);
^
|