結果
問題 |
No.480 合計
|
ユーザー |
|
提出日時 | 2017-05-24 15:09:26 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 107 bytes |
コンパイル時間 | 859 ms |
コンパイル使用メモリ | 26,496 KB |
実行使用メモリ | 5,376 KB |
最終ジャッジ日時 | 2024-09-19 16:07:54 |
合計ジャッジ時間 | 1,156 ms |
ジャッジサーバーID (参考情報) |
judge1 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 22 |
ソースコード
#include <stdio.h> int main(){ int i,sum=0; for(i=3;i<=6;i++){ sum = +i; } printf("sum is %d",sum); }