結果
問題 |
No.9001 標準入出力の練習問題(テスト用)
|
ユーザー |
![]() |
提出日時 | 2020-08-04 14:26:57 |
言語 | C++14 (gcc 13.3.0 + boost 1.87.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 122 bytes |
コンパイル時間 | 231 ms |
コンパイル使用メモリ | 29,312 KB |
実行使用メモリ | 6,940 KB |
最終ジャッジ日時 | 2024-09-14 15:31:05 |
合計ジャッジ時間 | 559 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge6 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
other | WA * 2 |
ソースコード
#include<stdio.h> int main(void){ int A,B,S; scanf("%d %d",&A,&B); S=A+B; printf("%d",S); return 0; }