結果
問題 | No.8017 エスパー |
ユーザー |
![]() |
提出日時 | 2016-07-21 19:12:51 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 292 bytes |
コンパイル時間 | 2,625 ms |
コンパイル使用メモリ | 70,928 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-11-06 05:41:48 |
合計ジャッジ時間 | 1,627 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 20 |
ソースコード
#include <iostream> #include <fstream> #include <vector> #include <algorithm> #include <cmath> #include <queue> #include <set> #include <cassert> #include <cwchar> using namespace std; int main(int argc, char** argv){ long long s,k; cin>>s>>k; cout<<(s%k)+1000LL<<endl; return 0; }