結果
問題 |
No.480 合計
|
ユーザー |
![]() |
提出日時 | 2019-12-01 15:34:00 |
言語 | C++11(廃止可能性あり) (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 152 bytes |
コンパイル時間 | 405 ms |
コンパイル使用メモリ | 53,572 KB |
実行使用メモリ | 6,824 KB |
最終ジャッジ日時 | 2024-11-21 07:54:37 |
合計ジャッジ時間 | 1,310 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge1 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 22 |
ソースコード
#include<iostream> using namespace std; int main(void) { int n = 0; for(int i = 0; i < 2; i++) { cin >> n; n += n; } cout << n; return 0; }