結果
| 問題 |
No.1435 Mmm......
|
| コンテスト | |
| ユーザー |
nok0
|
| 提出日時 | 2021-03-20 00:23:03 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
AC
|
| 実行時間 | 147 ms / 2,000 ms |
| コード長 | 317 bytes |
| コンパイル時間 | 3,963 ms |
| コンパイル使用メモリ | 145,144 KB |
| 最終ジャッジ日時 | 2025-01-19 19:54:19 |
|
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 4 |
| other | AC * 24 |
コンパイルメッセージ
main.cpp:5:21: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
5 | std::multiset<int>s;main(){scanf("%d",&n);for(i=0;i<n;)scanf("%d",&a[i++]);for(;l<n;R+=r-l-1,z l++])))while(r<n) {s.insert(a[r]);if(*s.begin()+*++s.begin()-*s.rbegin()<0){z r]));break;}r++;}printf("%lld\n", R);}
| ^~~~
main.cpp: In function ‘int main()’:
main.cpp:5:33: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
5 | std::multiset<int>s;main(){scanf("%d",&n);for(i=0;i<n;)scanf("%d",&a[i++]);for(;l<n;R+=r-l-1,z l++])))while(r<n) {s.insert(a[r]);if(*s.begin()+*++s.begin()-*s.rbegin()<0){z r]));break;}r++;}printf("%lld\n", R);}
| ~~~~~^~~~~~~~~
main.cpp:5:61: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
5 | std::multiset<int>s;main(){scanf("%d",&n);for(i=0;i<n;)scanf("%d",&a[i++]);for(;l<n;R+=r-l-1,z l++])))while(r<n) {s.insert(a[r]);if(*s.begin()+*++s.begin()-*s.rbegin()<0){z r]));break;}r++;}printf("%lld\n", R);}
| ~~~~~^~~~~~~~~~~~~~
ソースコード
#include<atcoder/all>
#include<set>
long long R;int n,i,l,r,a[200000];
#define z s.erase(s.lower_bound(a[
std::multiset<int>s;main(){scanf("%d",&n);for(i=0;i<n;)scanf("%d",&a[i++]);for(;l<n;R+=r-l-1,z l++])))while(r<n) {s.insert(a[r]);if(*s.begin()+*++s.begin()-*s.rbegin()<0){z r]));break;}r++;}printf("%lld\n", R);}
nok0