結果
問題 | No.353 ヘイトプラス |
ユーザー |
|
提出日時 | 2024-10-10 13:34:46 |
言語 | C (gcc 13.3.0) |
結果 |
AC
|
実行時間 | 1 ms / 1,000 ms |
コード長 | 173 bytes |
コンパイル時間 | 257 ms |
コンパイル使用メモリ | 27,264 KB |
実行使用メモリ | 5,248 KB |
最終ジャッジ日時 | 2024-10-10 13:34:47 |
合計ジャッジ時間 | 932 ms |
ジャッジサーバーID (参考情報) |
judge4 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | AC * 2 |
other | AC * 7 |
ソースコード
//No.353 ヘイトプラス#include <stdio.h>int main(){int A, B;scanf("%d %d", &A, &B);int N = -B;printf("%d\n", A-N);return 0;}