結果
問題 |
No.480 合計
|
ユーザー |
![]() |
提出日時 | 2019-06-05 18:21:14 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 2,000 ms |
コード長 | 170 bytes |
コンパイル時間 | 213 ms |
コンパイル使用メモリ | 28,800 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-09-22 04:28:03 |
合計ジャッジ時間 | 964 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | AC * 22 |
ソースコード
#include <stdio.h> int main() { int num=0; int ans=0; scanf("%d",&num); for(int i=1;i<=num;i++) ans+=i; printf("%d",ans); return 0; }