結果

問題 No.1342 Calculation
ユーザー GafoGafoGafoGafo
提出日時 2021-02-24 12:26:34
言語 C
(gcc 12.3.0)
結果
AC  
実行時間 0 ms / 2,000 ms
コード長 91 bytes
コンパイル時間 1,217 ms
コンパイル使用メモリ 25,972 KB
実行使用メモリ 4,372 KB
最終ジャッジ日時 2023-10-24 19:24:34
合計ジャッジ時間 1,642 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 0 ms
4,372 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <stdio.h>

int main()
{
	printf("%d\n", ((19 * 43)+(28 * 47)) / 27);

	return 0;
}
0