結果
| 問題 |
No.9001 標準入出力の練習問題(テスト用)
|
| ユーザー |
|
| 提出日時 | 2022-12-12 10:53:17 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 217 bytes |
| コンパイル時間 | 956 ms |
| コンパイル使用メモリ | 26,368 KB |
| 実行使用メモリ | 6,816 KB |
| 最終ジャッジ日時 | 2024-11-06 09:30:08 |
| 合計ジャッジ時間 | 1,227 ms |
|
ジャッジサーバーID (参考情報) |
judge5 / judge3 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 2 |
ソースコード
#include <stdio.h>
int main(void){
int a,b,n;
char str;
scanf("%d",&a);
scanf("%d",&b);
printf("\n");
scanf("%s",&str);
n = a + b;
printf("%d ",n);
printf("%s",str);
return 0;
}