結果
問題 | No.1342 Calculation |
ユーザー | monnu |
提出日時 | 2021-01-27 20:07:39 |
言語 | C++14 (gcc 12.3.0 + boost 1.83.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 204 bytes |
コンパイル時間 | 1,570 ms |
コンパイル使用メモリ | 164,580 KB |
実行使用メモリ | 6,816 KB |
最終ジャッジ日時 | 2024-06-24 21:50:38 |
合計ジャッジ時間 | 1,848 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge3 |
(要ログイン)
ソースコード
#include <bits/stdc++.h> using namespace std; using ll=long long; #define MOD 998244353 using Graph=vector<vector<pair<int,int>>>; int main(){ int ans=(19*43+28*47)*2021/27/47/43; cout<<ans<<endl; }