結果
問題 |
No.9001 標準入出力の練習問題(テスト用)
|
ユーザー |
![]() |
提出日時 | 2019-09-26 00:40:51 |
言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 174 bytes |
コンパイル時間 | 551 ms |
コンパイル使用メモリ | 65,780 KB |
最終ジャッジ日時 | 2025-01-07 19:08:23 |
ジャッジサーバーID (参考情報) |
judge3 / judge4 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 2 |
ソースコード
#include <iostream> using namespace std; int main() { int i,j; int x; char str[10]; cin >> i >> j; cin >> str; x=i+j; cout << x << str; return 0; }