結果
問題 |
No.485 方程式のお勉強
|
ユーザー |
![]() |
提出日時 | 2025-03-12 09:16:52 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 78 bytes |
コンパイル時間 | 311 ms |
コンパイル使用メモリ | 23,808 KB |
実行使用メモリ | 7,324 KB |
最終ジャッジ日時 | 2025-03-12 09:16:56 |
合計ジャッジ時間 | 3,380 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 4 |
other | RE * 13 |
ソースコード
#include <stdio.h> int main(){ int A = 0; int B = 0; printf("%d",B / A); }