edit test.cpp

This commit is contained in:
2021-03-08 22:11:29 +09:00
parent 9ebd015454
commit 23ffdebe25

View File

@ -85,11 +85,11 @@ int main(int ArgiCnt, char** AppArgu)
_FFC_(ZCShowData3)
_FFS_(ZCShowData4)
(ZTypInt AiInt, ZCTuple* AR_CTuple)
(ZTypInt AiInt, ZCTuple* AP_CTuple)
{
cout<<"# Elem4 : "<< AiInt << ", nth=" << AP_CTuple->_1++ << endl;
}/*
(ZTypInt AiInt, ZCTuple* AR_CTuple)*/
(ZTypInt AiInt, ZCTuple* AP_CTuple)*/
_FFC_(ZCShowData4)