Submission #168821
Source Code Expand
Copy
#include<iostream> using namespace std; int main(){ cin >> s >> t; cout << t - s + 1 << endl; }
Submission Info
Submission Time | |
---|---|
Task | A - アルバム |
User | tanukitune |
Language | C++ (G++ 4.6.4) |
Score | 0 |
Code Size | 108 Byte |
Status | CE |
Compile Error
./Main.cpp: In function ‘int main()’: ./Main.cpp:6:8: error: ‘s’ was not declared in this scope ./Main.cpp:6:13: error: ‘t’ was not declared in this scope