結果
問題 | No.666 1000000007で割るだけ |
ユーザー |
![]() |
提出日時 | 2020-02-23 22:59:25 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 104 bytes |
コンパイル時間 | 556 ms |
コンパイル使用メモリ | 63,840 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-10-10 22:21:41 |
合計ジャッジ時間 | 1,470 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 11 WA * 13 |
ソースコード
#include<iostream> int main(){ int a,b;std::cin>>a>>b; std::cout<<(a*b%1000000007)<<std::endl; }