結果
問題 | No.480 合計 |
ユーザー |
![]() |
提出日時 | 2023-11-17 00:15:33 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 130 bytes |
コンパイル時間 | 1,415 ms |
コンパイル使用メモリ | 165,424 KB |
実行使用メモリ | 6,944 KB |
最終ジャッジ日時 | 2024-09-26 05:15:12 |
合計ジャッジ時間 | 2,084 ms |
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 13 WA * 9 |
ソースコード
#include <bits/stdc++.h> using namespace std; int main() { int x; cin >> x ; cout << x/2*(x+1)<< endl ; return 0; }