結果
| 問題 |
No.1217 せしすせそ
|
| コンテスト | |
| ユーザー |
shiratori takumi
|
| 提出日時 | 2020-09-09 20:49:44 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 57 bytes |
| コンパイル時間 | 99 ms |
| コンパイル使用メモリ | 25,472 KB |
| 実行使用メモリ | 5,248 KB |
| 最終ジャッジ日時 | 2024-12-16 06:46:05 |
| 合計ジャッジ時間 | 733 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 10 |
コンパイルメッセージ
main.c: In function 'main':
main.c:3:14: warning: initialization of 'char' from 'char *' makes integer from pointer without a cast [-Wint-conversion]
3 | char org="abcdefghijklmnopqrstuvwxyz";
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
ソースコード
int main()
{
char org="abcdefghijklmnopqrstuvwxyz";
}
shiratori takumi