結果
| 問題 | No.1485 運賃 |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2021-04-23 21:21:16 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.90.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| + 387µs | |
| コード長 | 84 bytes |
| 記録 | |
| コンパイル時間 | 278 ms |
| コンパイル使用メモリ | 71,424 KB |
| 実行使用メモリ | 5,888 KB |
| 最終ジャッジ日時 | 2026-08-06 04:28:47 |
| 合計ジャッジ時間 | 1,223 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge1_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 2 |
| other | AC * 5 |
ソースコード
#include<iostream>
int main(){
int a,b;
std::cin>>a>>b;
std::cout<<a+b<<std::endl;
}