結果
| 問題 | No.8091 Empty |
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2022-06-25 22:45:01 |
| 言語 | C++14 (gcc 15.2.0 + boost 1.89.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 71 bytes |
| 記録 | |
| コンパイル時間 | 158 ms |
| コンパイル使用メモリ | 33,536 KB |
| 実行使用メモリ | 6,400 KB |
| 最終ジャッジ日時 | 2026-05-10 11:47:38 |
| 合計ジャッジ時間 | 876 ms |
|
ジャッジサーバーID (参考情報) |
judge1_1 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 1 |
コンパイルメッセージ
main.cpp:4:12: warning: multi-character literal with 5 characters exceeds 'int' size of 4 bytes
4 | char c='empty';
| ^~~~~~~
main.cpp: In function 'int main()':
main.cpp:4:12: warning: overflow in conversion from 'int' to 'char' changes value from '1836086393' to '121' [-Woverflow]
ソースコード
#include <stdio.h>
int main(void)
{
char c='empty';
return 0;
}