結果

問題 No.8017 エスパー
ユーザー asdfghjkl;
提出日時 2020-03-09 19:16:12
言語 C
(gcc 13.3.0)
結果
AC  
実行時間 2 ms / 2,000 ms
コード長 127 bytes
コンパイル時間 258 ms
コンパイル使用メモリ 27,392 KB
実行使用メモリ 5,248 KB
最終ジャッジ日時 2024-11-08 19:26:46
合計ジャッジ時間 1,205 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)
ファイルパターン 結果
other AC * 20
権限があれば一括ダウンロードができます

ソースコード

diff #

#include<stdio.h>
#include<string.h>
#include<stdlib.h>
int main(void){
int n,k;scanf("%d %d",&n,&k);printf("%d\n",n%k);




}
0