#include<iostream>
using namespace std;
int main(){
    int a;\\roll number
    float b;\\marks
    char c;\\ section 
    cin >> a,b,c;
    if(a>1){
        cout << "your roll number is %d";
    }
}