結果
| 問題 | No.418 ミンミンゼミ |
| コンテスト | |
| ユーザー |
tsuishi
|
| 提出日時 | 2021-03-26 10:43:05 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
(最新)
AC
(最初)
|
| 実行時間 | - |
| コード長 | 102 bytes |
| 記録 | |
| コンパイル時間 | 143 ms |
| コンパイル使用メモリ | 28,616 KB |
| 実行使用メモリ | 7,848 KB |
| 最終ジャッジ日時 | 2026-03-08 16:25:51 |
| 合計ジャッジ時間 | 991 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 1 |
| other | RE * 25 |
ソースコード
#include <stdio.h>
main(){int t=0;char c=1;while(c!=EOF){if(c=='n')t++;c=getchar();}printf("%d\n",t);}
tsuishi