結果
問題 | No.480 合計 |
ユーザー | fal_rnd |
提出日時 | 2017-02-10 22:20:55 |
言語 | C++11 (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 2 ms / 2,000 ms |
コード長 | 239 bytes |
コンパイル時間 | 1,323 ms |
コンパイル使用メモリ | 157,684 KB |
実行使用メモリ | 6,820 KB |
最終ジャッジ日時 | 2024-12-14 09:07:44 |
合計ジャッジ時間 | 2,077 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 22 |
ソースコード
#include "bits/stdc++.h" using namespace std; const char en = '\n'; using ll = long long; using ull = unsigned long long; int main(){ ios::sync_with_stdio(false);cin.tie(); int i; cin>>i; cout<<i*(i+1)/2<<en; return 0; }