#include using namespace std; int T; main() { cin>>T; for(;T--;) { long A,B,C; cin>>A>>B>>C; A*=B*C; cout<