#include <iostream> using namespace std; int main() { int x,y,z; cin>>x>>y>>z; cout<<"score1="<<x<<",score2="<<y<<",score3="<<z; } 一行coutOk