結果
| 問題 |
No.2425 Power Range GCD
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2023-08-19 07:19:04 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
AC
|
| 実行時間 | 1 ms / 2,000 ms |
| コード長 | 56 bytes |
| コンパイル時間 | 277 ms |
| コンパイル使用メモリ | 26,112 KB |
| 実行使用メモリ | 6,820 KB |
| 最終ジャッジ日時 | 2024-11-28 21:49:20 |
| 合計ジャッジ時間 | 1,106 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | AC * 31 |
コンパイルメッセージ
main.c: In function 'main':
main.c:3:1: warning: implicit declaration of function 'putchar_unlocked' [-Wimplicit-function-declaration]
3 | putchar_unlocked('1');
| ^~~~~~~~~~~~~~~~
ソースコード
#include <stdio.h>
int main() {
putchar_unlocked('1');
}