結果
問題 | No.754 畳み込みの和 |
ユーザー | tatyam |
提出日時 | 2018-12-02 08:54:57 |
言語 | C++17 (gcc 12.3.0 + boost 1.83.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 214 bytes |
コンパイル時間 | 601 ms |
コンパイル使用メモリ | 69,036 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-06-28 09:27:20 |
合計ジャッジ時間 | 1,463 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
コンパイルメッセージ
main.cpp:3:21: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type] 3 | using namespace std;main(){int n,i;scanf("%d",&n);long a[n+1],b[n+1],sum=0,ans=0;R cin>>a[i];R cin>>b[i];R{sum+=a[i];ans=(ans+sum*b[n-i])%1000000007;}cout<<ans<<endl;} | ^~~~
ソースコード
#include<iostream> #define R for(i=0;i<=n;++i) using namespace std;main(){int n,i;scanf("%d",&n);long a[n+1],b[n+1],sum=0,ans=0;R cin>>a[i];R cin>>b[i];R{sum+=a[i];ans=(ans+sum*b[n-i])%1000000007;}cout<<ans<<endl;}