結果
問題 |
No.2323 Nafmo、A+Bをする
|
ユーザー |
|
提出日時 | 2023-07-04 02:11:14 |
言語 | C (gcc 13.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 149 bytes |
コンパイル時間 | 104 ms |
コンパイル使用メモリ | 26,752 KB |
実行使用メモリ | 6,948 KB |
最終ジャッジ日時 | 2024-07-18 00:01:12 |
合計ジャッジ時間 | 1,048 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | WA * 3 |
other | AC * 1 WA * 16 |
ソースコード
#include <stdio.h> int main(void){ int m,n,sum,i; scanf("%d", &m); scanf("%d", &n); sum = n+m; printf("%d", sum); return 0; }