0_0_15178757_30608.cpp:6:9: error: 'usinged' does not name a type
typedef usinged long long ull;
^
0_0_15178757_30608.cpp: In function 'int main()':
0_0_15178757_30608.cpp:9:2: error: 'ull' was not declared in this scope
ull n,m;
^
0_0_15178757_30608.cpp:10:9: error: 'cin' was not declared in this scope
while (cin >> n >> m)
^
0_0_15178757_30608.cpp:10:16: error: 'n' was not declared in this scope
while (cin >> n >> m)
^
0_0_15178757_30608.cpp:10:21: error: 'm' was not declared in this scope
while (cin >> n >> m)
^
0_0_15178757_30608.cpp:13:4: error: 'cout' was not declared in this scope
cout << 1 << endl;
^
0_0_15178757_30608.cpp:13:17: error: 'endl' was not declared in this scope
cout << 1 << endl;
^
0_0_15178757_30608.cpp:29:6: error: 'ans' was not declared in this scope
ans = max(ans,t);
^
0_0_15178757_30608.cpp:29:21: error: 'max' was not declared in this scope
ans = max(ans,t);
^
0_0_15178757_30608.cpp:38:5: error: 'ans' was not declared in this scope
ans = max(ans,t);
^
0_0_15178757_30608.cpp:38:20: error: 'max' was not declared in this scope
ans = max(ans,t);
^
0_0_15178757_30608.cpp:40:21: error: 'cout' was not declared in this scope
if (flag || m>1) cout << -1 << endl;
^
0_0_15178757_30608.cpp:40:35: error: 'endl' was not declared in this scope
if (flag || m>1) cout << -1 << endl;
^
0_0_15178757_30608.cpp:42:5: error: 'cout' was not declared in this scope
cout << ans << endl;
^
0_0_15178757_30608.cpp:42:13: error: 'ans' was not declared in this scope
cout << ans << endl;
^
0_0_15178757_30608.cpp:42:20: error: 'endl' was not declared in this scope
cout << ans << endl;
^
|