0_0_36486366_25824.cpp:3:9: error: 'pair' does not name a type
typedef pair<int, int> PII;
^
0_0_36486366_25824.cpp: In function 'int main()':
0_0_36486366_25824.cpp:8:5: error: 'ios' has not been declared
ios::sync_with_stdio(false);
^
0_0_36486366_25824.cpp:9:5: error: 'cin' was not declared in this scope
cin.tie(0);
^
0_0_36486366_25824.cpp:15:76: error: 'cout' was not declared in this scope
if(a >= b && a + (n - 1) * b <= n * c && (n - 1) * a + b >= n * c) cout << "yes\n";
^
0_0_36486366_25824.cpp:16:14: error: 'cout' was not declared in this scope
else cout << "no\n";
^
|