結果
| 問題 |
No.934 Explosive energy drink
|
| コンテスト | |
| ユーザー |
PCTprobability
|
| 提出日時 | 2021-02-19 02:24:41 |
| 言語 | C++17 (gcc 13.3.0 + boost 1.87.0) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 62 bytes |
| コンパイル時間 | 3,693 ms |
| コンパイル使用メモリ | 189,352 KB |
| 最終ジャッジ日時 | 2025-01-18 22:42:22 |
|
ジャッジサーバーID (参考情報) |
judge3 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | WA * 24 |
コンパイルメッセージ
main.cpp:2:1: warning: ISO C++ forbids declaration of ‘main’ with no type [-Wreturn-type]
2 | main(){
| ^~~~
ソースコード
#include<bits/stdc++.h>
main(){
std::cout<<8<<std::endl;
}
PCTprobability