Submission #00014
ソースコード
ステータス
項目 |
データ |
問題 |
0001 - 20周年 |
ユーザー名 |
ei2439
|
投稿日時 |
2024-09-09 16:46:33 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
113 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:4:10: error: found ‘:’ in nested-name-specifier, expected ‘::’
int n:
^
::
./Main.cpp:4:9: error: ‘n’ has not been declared
int n:
^
./Main.cpp:5:8: error: qualified-id in declaration before ‘>>’ token
cin>>n;
^~
./Main.cpp:6:12: error: ‘n’ was not declared in this scope
cout<<(n-2002)<<endl;
^
./Main.cpp:6:12: note: suggested alternative: ‘yn’
cout<<(n-2002)<<endl;
^
yn
セット
テストケース