Linux tsuru-no-tsurugi 5.15.0-186-generic #196-Ubuntu SMP Sat Jun 20 16:09:34 UTC 2026 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.0.18 & Your IP : 216.73.216.68
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
submit2 /
115018 /
Delete
Unzip
Name
Size
Permission
Date
Action
a.cpp
417
B
-rwxr-x---
2024-08-28 22:35
cerror.txt
0
B
-rwxr-x---
2024-08-28 22:35
error.txt
0
B
-rwxr-x---
2024-08-28 22:35
submit_info.txt
308
B
-rwxr-x---
2024-08-28 22:35
Save
Rename
#include <bits/stdc++.h> using namespace std; int main() { int year = 1882; // 静岡高校の開校年 int current_year = 2023; // 現在の西暦年(適宜変更してください) cin>> current_year; if (current_year >= year) { int first_year = current_year - year + 1; cout << first_year << endl; } else { cout << -1 << endl; } return 0; }